diff --git a/src/containers/apps/appDetails/deploy/Deployment.tsx b/src/containers/apps/appDetails/deploy/Deployment.tsx index 19f33df4..b0d63147 100644 --- a/src/containers/apps/appDetails/deploy/Deployment.tsx +++ b/src/containers/apps/appDetails/deploy/Deployment.tsx @@ -145,9 +145,13 @@ export default class Deployment extends ApiComponent< {localize('apps.link_see_here', '(here)')} .{' '} - {localize( - 'apps.deploy_cli_description_part2', - "If you're using CI/CD to run caprover deploy and you do not wish to use your password, you can use app-specific tokens" + {Utils.formatText( + localize( + 'apps.deploy_cli_description_part2', + "If you're using CI/CD to run %s and you do not wish to use your password, you can use app-specific tokens" + ), + ['%s'], + [caprover deploy] )}{' '} {localize('apps.link_see_here', '(here)')}