kaori пре 5 година
родитељ
комит
8b6923c15f

+ 1 - 1
resource/locales/en_US/admin/admin.json

@@ -272,7 +272,7 @@
       "security_control": "Security control",
       "security_control": "Security control",
       "easy": "Easy",
       "easy": "Easy",
       "normal": "Normal",
       "normal": "Normal",
-      "difficult": "Hard",
+      "hard": "Hard",
       "possible": "Possible",
       "possible": "Possible",
       "impossible": "Impossible"
       "impossible": "Impossible"
     },
     },

+ 1 - 1
resource/locales/ja_JP/admin/admin.json

@@ -270,7 +270,7 @@
       "security_control": "セキュリティコントロール",
       "security_control": "セキュリティコントロール",
       "easy": "かんたん",
       "easy": "かんたん",
       "normal": "ふつう",
       "normal": "ふつう",
-      "difficult": "むずかしい",
+      "hard": "むずかしい",
       "possible": "可能",
       "possible": "可能",
       "impossible": "不可"
       "impossible": "不可"
     },
     },

+ 1 - 1
resource/locales/zh_CN/admin/admin.json

@@ -280,7 +280,7 @@
       "security_control": "安全控制",
       "security_control": "安全控制",
       "easy": "简单",
       "easy": "简单",
       "normal": "通常",
       "normal": "通常",
-      "difficult": "难的",
+      "hard": "难的",
       "possible": "可能的",
       "possible": "可能的",
       "impossible": "不可能"
       "impossible": "不可能"
     },
     },

+ 1 - 1
src/client/js/components/Admin/SlackIntegration/SlackIntegration.jsx

@@ -249,7 +249,7 @@ const SlackIntegration = (props) => {
                   <div className="my-4">
                   <div className="my-4">
                     <div className="d-flex justify-content-between mb-2">
                     <div className="d-flex justify-content-between mb-2">
                       {showBotTypeLabel('set_up')}
                       {showBotTypeLabel('set_up')}
-                      {showBotTypeDiscription('difficult')}
+                      {showBotTypeDiscription('hard')}
                     </div>
                     </div>
                     <div className="d-flex justify-content-between mb-2">
                     <div className="d-flex justify-content-between mb-2">
                       {showBotTypeLabel('multiple_workspaces_integration')}
                       {showBotTypeLabel('multiple_workspaces_integration')}

+ 1 - 1
src/client/styles/scss/theme/_apply-colors.scss

@@ -602,7 +602,7 @@ mark.rbt-highlight-text {
   .bot-type-disc-normal {
   .bot-type-disc-normal {
     color: #e6a63c;
     color: #e6a63c;
   }
   }
-  .bot-type-disc-difficult {
+  .bot-type-disc-hard {
     color: #ff5757;
     color: #ff5757;
   }
   }
   .bot-type-disc-possible {
   .bot-type-disc-possible {