diff --git a/app/assets/javascripts/token_access/components/inbound_token_access.vue b/app/assets/javascripts/token_access/components/inbound_token_access.vue index ae7158d73a08380be9efbea258d5bf2f444d7e37..6a28d2706a95de40b72962ca16aaf6f53755915b 100644 --- a/app/assets/javascripts/token_access/components/inbound_token_access.vue +++ b/app/assets/javascripts/token_access/components/inbound_token_access.vue @@ -24,14 +24,11 @@ import TokenAccessTable from './token_access_table.vue'; export default { i18n: { - toggleLabelTitle: s__('CICD|Allow CI/CD job token access'), + toggleLabelTitle: s__('CICD|Limit access %{italicStart}to%{italicEnd} this project'), toggleDescription: s__( - `CICD|When enabled, groups and projects listed in the allowlist are authorized to use a CI/CD job token to authenticate requests to this project. %{linkStart}Learn more%{linkEnd}.`, - ), - cardHeaderTitle: s__('CICD|Authorized groups and projects'), - cardHeaderDescription: s__( - `CICD|Ensure only groups and projects with members authorized to access sensitive project data are added to the allowlist.`, + `CICD|Allow access to this project from authorized groups or projects by adding them to the allowlist. It is a security risk to disable this feature, because unauthorized projects might attempt to retrieve an active token and access the API. %{linkStart}Learn more%{linkEnd}.`, ), + cardHeaderTitle: s__('CICD|Groups and projects with access'), settingDisabledMessage: s__( 'CICD|No access is currently allowed to this project. Enable feature to authorize access from groups or projects in the allowlist below.', ), @@ -261,25 +258,22 @@ export default {