From 39ee7218e47005033c8ccca87a0e64fe6e7190ef Mon Sep 17 00:00:00 2001 From: Kyle Hickinson Date: Tue, 25 Feb 2025 09:46:51 -0500 Subject: [PATCH] Update default browser step copy --- .../WelcomeFocus/Resources/FocusOnboardingStrings.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ios/brave-ios/Sources/Onboarding/WelcomeFocus/Resources/FocusOnboardingStrings.swift b/ios/brave-ios/Sources/Onboarding/WelcomeFocus/Resources/FocusOnboardingStrings.swift index 9c1cd60b88a3..1b2a706db3c6 100644 --- a/ios/brave-ios/Sources/Onboarding/WelcomeFocus/Resources/FocusOnboardingStrings.swift +++ b/ios/brave-ios/Sources/Onboarding/WelcomeFocus/Resources/FocusOnboardingStrings.swift @@ -71,7 +71,7 @@ extension Strings { "focusOnboarding.defaultBrowserScreenTitle", tableName: "FocusOnboarding", bundle: .module, - value: "Set Brave as your Default Browser", + value: "Get Ad Blocking With Every Site You Visit", comment: "The title of the screen that requests user to set Brave as default" ) @@ -79,7 +79,7 @@ extension Strings { "focusOnboarding.defaultBrowserScreenDescription", tableName: "FocusOnboarding", bundle: .module, - value: "Open every link you tap with Brave’s privacy protections", + value: "Set Brave as your default browser today.", comment: "The subtitle of the screen that requests user to set Brave as default" )