From 79c8ec4f1fb3feb10bddd0ceeb18c57ebff68699 Mon Sep 17 00:00:00 2001 From: Angel Garbarino Date: Fri, 8 Mar 2024 10:35:50 -0700 Subject: [PATCH] Secret sync modal language and link change (#25849) * change link and language on opt-in modal * use inline link * move to finally in case of failure * change to Secrets sync * amend title * one last --- .../addon/components/secrets/page/overview.hbs | 15 +++++++++------ .../addon/components/secrets/page/overview.ts | 3 ++- 2 files changed, 11 insertions(+), 7 deletions(-) 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