From c1ad49a5322ebc723cf4c530fcb9deb3264995ad Mon Sep 17 00:00:00 2001 From: x032205 Date: Thu, 12 Jun 2025 19:28:41 -0400 Subject: [PATCH] Update wording for service tokens --- frontend/public/locales/en/translations.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/public/locales/en/translations.json b/frontend/public/locales/en/translations.json index 8b6af1169..167e1c7b5 100644 --- a/frontend/public/locales/en/translations.json +++ b/frontend/public/locales/en/translations.json @@ -194,7 +194,7 @@ "section": { "api-key": { "api-keys": "Service Tokens", - "api-keys-description": "Every service token is specific to you, a certain project and a certain environment within this project.", + "api-keys-description": "Every service token is scoped to a given project's resources within the environment and path it has been granted access to.", "add-new": "Add New Token", "add-dialog": { "title": "Add an API Key", @@ -248,7 +248,7 @@ }, "token": { "service-tokens": "Service Tokens", - "service-tokens-description": "Every service token is specific to you, a certain project and a certain environment within this project.", + "service-tokens-description": "Every service token is scoped to a given project's resources within the environment and path it has been granted access to.", "add-new": "Add New Token", "add-dialog": { "title": "Add a service token for {{target}}",