diff --git a/ui/lib/sync/addon/components/secrets/page/overview.hbs b/ui/lib/sync/addon/components/secrets/page/overview.hbs index aaa8ebca5c..16e5578584 100644 --- a/ui/lib/sync/addon/components/secrets/page/overview.hbs +++ b/ui/lib/sync/addon/components/secrets/page/overview.hbs @@ -5,7 +5,7 @@ {{#unless this.isActivated}} - Enable secrets sync feature + Enable Secrets Sync feature To use this feature, specific activation is required. Please review the feature documentation and enable it. If you're upgrading from beta, your previous data will be accessible after activation. @@ -180,13 +180,16 @@ {{#if this.showActivateSecretsSyncModal}} - Enable secrets sync feature + Enable Secrets Sync feature

- Before using this feature, we want to make sure you’ve carefully read the document around the billing and client - count impact. - Docs here. + By enabling the Secrets Sync feature you may incur additional costs. Please review our + documentation + to learn more.

I've read the above linked document diff --git a/ui/lib/sync/addon/components/secrets/page/overview.ts b/ui/lib/sync/addon/components/secrets/page/overview.ts index b4a6456bdf..353831a61f 100644 --- a/ui/lib/sync/addon/components/secrets/page/overview.ts +++ b/ui/lib/sync/addon/components/secrets/page/overview.ts @@ -79,10 +79,11 @@ export default class SyncSecretsDestinationsPageComponent extends Component