From 2a9fdd957ed426ec6508dd2eb075b5c3a4c96d5e Mon Sep 17 00:00:00 2001 From: Jimmy Vo Date: Wed, 16 Apr 2025 09:51:51 -0400 Subject: [PATCH] [PM-19814] Update wording for the marketing request. --- .../src/phishing-detection/pages/learn-more-component.html | 4 ++-- apps/browser/src/popup/app-routing.module.ts | 6 ++---- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/apps/browser/src/phishing-detection/pages/learn-more-component.html b/apps/browser/src/phishing-detection/pages/learn-more-component.html index bbd76620174..d832298b0be 100644 --- a/apps/browser/src/phishing-detection/pages/learn-more-component.html +++ b/apps/browser/src/phishing-detection/pages/learn-more-component.html @@ -1,4 +1,4 @@ Question? - - learn more + + Action here diff --git a/apps/browser/src/popup/app-routing.module.ts b/apps/browser/src/popup/app-routing.module.ts index 7f764eaee1a..69e6bf00edc 100644 --- a/apps/browser/src/popup/app-routing.module.ts +++ b/apps/browser/src/popup/app-routing.module.ts @@ -711,10 +711,8 @@ const routes: Routes = [ ], data: { pageIcon: PhishingLandingIcon, - - pageTitle: "Phishing site detected", - pageSubtitle: "Bitwarden has prevented this page from loading.", - + pageTitle: "Bitwarden blocked it!", + pageSubtitle: "Bitwarden blocked a known phishing site from loading.", showReadonlyHostname: true, } satisfies AnonLayoutWrapperData, },