Skip to content

Commit 17ce755

Browse files
committed
Renamed feature 47
1 parent 33e0520 commit 17ce755

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

logicaldoc-gui/src/main/java/com/logicaldoc/gui/common/client/Feature.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ public class Feature {
105105

106106
public static final int CLOUD_STORE = 46;
107107

108-
public static final int ARTIFICIAL_INTELLIGENCE = 47;
108+
public static final int ROBOT = 47;
109109

110110
public static final int AUTOMATION = 48;
111111

@@ -225,7 +225,7 @@ public class Feature {
225225

226226
public static final int ONLYOFFICE = 107;
227227

228-
public static final int ROBOT = 108;
228+
public static final int ARTIFICIAL_INTELLIGENCE = 108;
229229

230230
private static Set<String> features = new HashSet<>();
231231

logicaldoc-i18n/src/main/resources/i18n/messages.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -791,7 +791,7 @@ feature.Feature_43=Google Drive
791791
feature.Feature_44=SMB Storage
792792
feature.Feature_45=Format Conversion
793793
feature.Feature_46=Cloud Storage
794-
feature.Feature_47=Artificial Intelligence
794+
feature.Feature_47=Robots
795795
feature.Feature_48=Automation
796796
feature.Feature_49=Zonal OCR
797797
feature.Feature_50=Show Disabled
@@ -851,7 +851,7 @@ feature.Feature_104=ChatGPT
851851
feature.Feature_105=Google Calendar
852852
feature.Feature_106=Scanner
853853
feature.Feature_107=OnlyOffice
854-
feature.Feature_108=Robot
854+
feature.Feature_108=Artificial Intelligence
855855

856856
licensevalid=The license is valid
857857
licenseinvalid=The license is not valid

0 commit comments

Comments
 (0)