From 09f371525bb851d50269131b51498b98166fa6ed Mon Sep 17 00:00:00 2001 From: Dominik Kapusta Date: Tue, 22 Oct 2024 00:05:37 +0200 Subject: [PATCH 1/2] Update localization --- DuckDuckGo/Common/Localizables/UserText.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DuckDuckGo/Common/Localizables/UserText.swift b/DuckDuckGo/Common/Localizables/UserText.swift index 88a20839f3..9e1920d6fd 100644 --- a/DuckDuckGo/Common/Localizables/UserText.swift +++ b/DuckDuckGo/Common/Localizables/UserText.swift @@ -1118,13 +1118,13 @@ struct UserText { // MARK: New Tab // Context Menu static let newTabBottomPopoverTitle = NSLocalizedString("newTab.bottom.popover.title", value: "New Tab Page", comment: "Title of the popover that appears when pressing the bottom right button") - static let newTabMenuItemShowSearchBar = NSLocalizedString("newTab.menu.item.show.search.bar", value: "Show Search Field", comment: "Title of the menu item in the home page to show/hide search bar section") + static let newTabMenuItemShowSearchBar = NSLocalizedString("newTab.menu.item.show.search.bar", value: "Show Search Box", comment: "Title of the menu item in the home page to show/hide search box (search field)") static let newTabMenuItemShowFavorite = NSLocalizedString("newTab.menu.item.show.favorite", value: "Show Favorites", comment: "Title of the menu item in the home page to show/hide favorite section") static let newTabMenuItemShowContinuteSetUp = NSLocalizedString("newTab.menu.item.show.continue.setup", value: "Show Next Steps", comment: "Title of the menu item in the home page to show/hide continue setup section") static let newTabMenuItemShowRecentActivity = NSLocalizedString("newTab.menu.item.show.recent.activity", value: "Show Recent Activity", comment: "Title of the menu item in the home page to show/hide recent activity section") // Search Bar - static let newTabSearchBarSectionTitle = NSLocalizedString("newTab.search.bar.section.title", value: "Search Field", comment: "Title of the Search Field section in the home page") + static let newTabSearchBarSectionTitle = NSLocalizedString("newTab.search.bar.section.title", value: "Search Box", comment: "Setting to show or hide the search box (search field) in the home page") // Favorites static let newTabFavoriteSectionTitle = NSLocalizedString("newTab.favorites.section.title", value: "Favorites", comment: "Title of the Favorites section in the home page") From a4eea04674314a69e57c8b706ea4be3eb4628aa1 Mon Sep 17 00:00:00 2001 From: Dominik Kapusta Date: Tue, 22 Oct 2024 00:08:24 +0200 Subject: [PATCH 2/2] Search Field -> Search Box --- DuckDuckGo/Localizable.xcstrings | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/DuckDuckGo/Localizable.xcstrings b/DuckDuckGo/Localizable.xcstrings index 1a7f9fe4ba..e9bd9d27ea 100644 --- a/DuckDuckGo/Localizable.xcstrings +++ b/DuckDuckGo/Localizable.xcstrings @@ -36082,13 +36082,13 @@ } }, "newTab.menu.item.show.search.bar" : { - "comment" : "Title of the menu item in the home page to show/hide search bar section", + "comment" : "Title of the menu item in the home page to show/hide search box (search field)", "extractionState" : "extracted_with_value", "localizations" : { "en" : { "stringUnit" : { "state" : "new", - "value" : "Show Search Field" + "value" : "Show Search Box" } } } @@ -36154,13 +36154,13 @@ } }, "newTab.search.bar.section.title" : { - "comment" : "Title of the Search Field section in the home page", + "comment" : "Setting to show or hide the search box (search field) in the home page", "extractionState" : "extracted_with_value", "localizations" : { "en" : { "stringUnit" : { "state" : "new", - "value" : "Search Field" + "value" : "Search Box" } } } @@ -62428,4 +62428,4 @@ } }, "version" : "1.0" -} +} \ No newline at end of file