From 84c6a16e8fa8695032cdbd65403944797d0bffac Mon Sep 17 00:00:00 2001 From: amddg44 Date: Wed, 3 Apr 2024 12:18:35 +0200 Subject: [PATCH] Copy updates as per ship review feedback --- Widgets/UserText.swift | 4 ++-- Widgets/WidgetViews.swift | 3 ++- Widgets/en.lproj/Localizable.strings | 4 ++-- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Widgets/UserText.swift b/Widgets/UserText.swift index f25e4a665f..693d562c02 100644 --- a/Widgets/UserText.swift +++ b/Widgets/UserText.swift @@ -58,7 +58,7 @@ struct UserText { comment: "Description of search passwords widget in widget gallery") static let passwords = NSLocalizedString("widget.passwords", - value: "Search\nPasswords", + value: "Search Passwords", comment: "Text in passwords widget") static let lockScreenSearchTitle = NSLocalizedString( @@ -118,7 +118,7 @@ struct UserText { static let lockScreenPasswordsDescription = NSLocalizedString( "lock.screen.widget.passwords.description", - value: "Instantly access your passwords with a tap.", + value: "Quickly search your saved DuckDuckGo passwords.", comment: "Description shown to the user when adding the Search Passwords lock screen widget") } diff --git a/Widgets/WidgetViews.swift b/Widgets/WidgetViews.swift index f0fa9867c4..696050423b 100644 --- a/Widgets/WidgetViews.swift +++ b/Widgets/WidgetViews.swift @@ -257,7 +257,7 @@ struct PasswordsWidgetView: View { .fill(Color(designSystemColor: .surface)) .accessibilityLabel(Text(UserText.passwords)) - VStack(alignment: .center, spacing: 14) { + VStack(alignment: .center, spacing: 6) { Image("WidgetPasswordIllustration") .frame(width: 96, height: 72) @@ -268,6 +268,7 @@ struct PasswordsWidgetView: View { .daxSubheadRegular() .foregroundColor(Color(designSystemColor: .textPrimary)) .multilineTextAlignment(.center) + .padding(.horizontal, 8) } .accessibilityHidden(true) diff --git a/Widgets/en.lproj/Localizable.strings b/Widgets/en.lproj/Localizable.strings index a3966956b6..55b28f9cd0 100644 --- a/Widgets/en.lproj/Localizable.strings +++ b/Widgets/en.lproj/Localizable.strings @@ -17,7 +17,7 @@ "lock.screen.widget.fire.title" = "Fire Button"; /* Description shown to the user when adding the Search Passwords lock screen widget */ -"lock.screen.widget.passwords.description" = "Instantly access your passwords with a tap."; +"lock.screen.widget.passwords.description" = "Quickly search your saved DuckDuckGo passwords."; /* Title shown to the user when adding the Search Passwords lock screen widget */ "lock.screen.widget.passwords.title" = "Search Passwords"; @@ -59,7 +59,7 @@ "widget.no.favorites.message" = "Quickly visit your favorite sites."; /* Text in passwords widget */ -"widget.passwords" = "Search\nPasswords"; +"widget.passwords" = "Search Passwords"; /* Placeholder text in search field on the search and favorites widget */ "widget.search.duckduckgo" = "Search DuckDuckGo";