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,
},