From 7efbb6425fcbd06445340455412adf275c52668a Mon Sep 17 00:00:00 2001 From: Agusti Fernandez Pardo Date: Wed, 13 Apr 2022 19:44:38 +0200 Subject: [PATCH] fix: use api keys everywhere --- apps/web/public/static/locales/en/common.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/apps/web/public/static/locales/en/common.json b/apps/web/public/static/locales/en/common.json index 325d71d330..397c129b7c 100644 --- a/apps/web/public/static/locales/en/common.json +++ b/apps/web/public/static/locales/en/common.json @@ -724,24 +724,24 @@ "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_api_key": "Generate new token", + "generate_new_api_key": "Generate new API key", "create_api_key": "Create an API key", "personal_note": "Name this key", "personal_note_placeholder": "E.g. Development", - "api_key_no_note": "Nameless API Key", + "api_key_no_note": "Nameless API key", "api_key_never_expires":"This API key has no expiration date", - "edit_api_key": "Edit token", + "edit_api_key": "Edit API key", "never_expire_key": "Never expires", - "delete_api_key": "Revoke token", + "delete_api_key": "Revoke API key", "success_api_key_created": "API key created successfully", "create": "Create", - "success_api_key_created_bold_tagline": "Save this token somewhere safe.", + "success_api_key_created_bold_tagline": "Save this API key somewhere safe.", "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_api_key": "Revoke token", + "confirm_delete_api_key": "Revoke this API key", + "revoke_api_key": "Revoke API key", "api_key_copied": "API key copied!", - "delete_api_key_confirm_title": "Permanently remove this token from your account?", + "delete_api_key_confirm_title": "Permanently remove this API key from your account?", "copy": "Copy", "expire_date": "Expiration date", "expired": "Expired",