Selaa lähdekoodia

Merge remote-tracking branch 'second-origin/wzg' into merge_branch

wzg 3 kuukautta sitten
vanhempi
commit
bc65a74950

+ 1 - 1
packages/i18n/locales/en/messages.json

@@ -5,7 +5,7 @@
   },
   "extensionName": {
     "description": "Extension name",
-    "message": "派维斯智能体: AI Web Agent & Automation"
+    "message": "派维斯智能体"
   },
   "toggleTheme": {
     "message": "Toggle theme"

+ 2 - 2
pages/side-panel/src/types/message.ts

@@ -10,7 +10,7 @@ export const ACTOR_PROFILES = {
     iconBackground: '#ffffff',
   },
   planner: {
-    name: '策划', // Planner
+    name: '策划', // Planner
     icon: 'icons/planner.svg',
     iconBackground: '#ffffff',
   },
@@ -20,7 +20,7 @@ export const ACTOR_PROFILES = {
     iconBackground: '#ffffff',
   },
   validator: {
-    name: '验码者', // Validator
+    name: '验证程序', // Validator
     icon: 'icons/validator.svg',
     iconBackground: '#ffffff',
   },