diff --git a/apps/web/ee/components/apiKeys/ApiKeyListContainer.tsx b/apps/web/ee/components/apiKeys/ApiKeyListContainer.tsx index 89b1490d38..a7099e0272 100644 --- a/apps/web/ee/components/apiKeys/ApiKeyListContainer.tsx +++ b/apps/web/ee/components/apiKeys/ApiKeyListContainer.tsx @@ -31,7 +31,7 @@ export default function ApiKeyListContainer() {
diff --git a/apps/web/public/static/locales/en/common.json b/apps/web/public/static/locales/en/common.json index b94edf9643..325d71d330 100644 --- a/apps/web/public/static/locales/en/common.json +++ b/apps/web/public/static/locales/en/common.json @@ -724,12 +724,11 @@ "api_keys": "API Keys", "api_key_modal_subtitle": "API keys allow you to make API calls for your own account.", "api_keys_subtitle": "Generate API keys to use for accessing your own account.", - "generate_new_token": "Generate new token", + "generate_new_api_key": "Generate new token", "create_api_key": "Create an API key", "personal_note": "Name this key", "personal_note_placeholder": "E.g. Development", - "delete_pat": "Delete personal access token", - "api_key_no_note": "Nameless token", + "api_key_no_note": "Nameless API Key", "api_key_never_expires":"This API key has no expiration date", "edit_api_key": "Edit token", "never_expire_key": "Never expires", @@ -740,7 +739,7 @@ "you_will_only_view_it_once": "You will not be able to view it again once you close this modal.", "copy_to_clipboard": "Copy to clipboard", "confirm_delete_api_key": "Revoke this token", - "revoke_token": "Revoke token", + "revoke_api_key": "Revoke token", "api_key_copied": "API key copied!", "delete_api_key_confirm_title": "Permanently remove this token from your account?", "copy": "Copy",