diff --git a/src/renderer/src/i18n/index.ts b/src/renderer/src/i18n/index.ts index b6785068..6f00f7e9 100644 --- a/src/renderer/src/i18n/index.ts +++ b/src/renderer/src/i18n/index.ts @@ -125,17 +125,17 @@ const resources = { created_at: 'Created At' }, agents: { - title: 'Assistants', - my_agents: 'My Assistants', - 'add.title': 'Add Assistant', - 'edit.title': 'Edit Assistant', + title: 'Agents', + my_agents: 'My Agents', + 'add.title': 'Add Agent', + 'edit.title': 'Edit Agent', 'add.name': 'Name', 'add.name.placeholder': 'Enter name', 'add.prompt': 'Prompt', 'add.prompt.placeholder': 'Enter prompt', 'add.button': 'Add', - 'manage.title': 'Manage Assistants', - 'delete.popup.content': 'Are you sure you want to delete this assistant?', + 'manage.title': 'Manage Agents', + 'delete.popup.content': 'Are you sure you want to delete this agent?', 'tag.default': 'Default', 'tag.system': 'System', 'tag.user': 'Mine'