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 31575cd36b71842bc6ccc65d8c978d5ac56db7af..5e462754f345e6ceb926aa9f74efeb58974e3229 100644 --- a/app/assets/javascripts/token_access/components/inbound_token_access.vue +++ b/app/assets/javascripts/token_access/components/inbound_token_access.vue @@ -24,11 +24,14 @@ import TokenAccessTable from './token_access_table.vue'; export default { i18n: { - toggleLabelTitle: s__('CICD|Limit access %{italicStart}to%{italicEnd} this project'), + toggleLabelTitle: s__('CICD|Allow CI/CD job token access'), toggleDescription: s__( - `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}.`, + `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.`, ), - 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.', ), @@ -258,22 +261,25 @@ export default {