Skip to content

Commit

Permalink
Merge branch 'dominik/ntp-search-bar-settings-cta' into dominik/ntp-s…
Browse files Browse the repository at this point in the history
…earch-bar-ship-review
  • Loading branch information
ayoy committed Oct 21, 2024
2 parents b9bd82c + 7b496da commit 6d7eeb5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions DuckDuckGo/Common/Localizables/UserText.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
8 changes: 4 additions & 4 deletions DuckDuckGo/Localizable.xcstrings
Original file line number Diff line number Diff line change
Expand Up @@ -36106,13 +36106,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"
}
}
}
Expand Down Expand Up @@ -36178,13 +36178,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"
}
}
}
Expand Down

0 comments on commit 6d7eeb5

Please sign in to comment.