Skip to content

Commit

Permalink
Use better wording for history autocomplete description (#2914)
Browse files Browse the repository at this point in the history
  • Loading branch information
dus7 authored Jun 3, 2024
1 parent 04106bf commit 22a6db2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DuckDuckGo/UserText.swift
Original file line number Diff line number Diff line change
Expand Up @@ -1022,7 +1022,7 @@ But if you *do* want a peek under the hood, you can find more information about
public static let settingsAutocompleteRecentlyVisited = NSLocalizedString("settings.autocomplete.recentlyvisited", value: "Recently Visited Sites", comment: "Settings label for enabling or disabling recently visited sites")

// Hardcoded for the experiment
public static let settingsAutocompleteSubtitle = "See search suggestions, including your bookmarks and recently visited sites"
public static let settingsAutocompleteSubtitle = "See private search suggestions as you type, including your bookmarks and recently visited sites. Recent sites are only stored on your device and can be cleared with the Fire Button."
public static let settingsVoiceSearch = NSLocalizedString("settings.voice.search", value: "Private Voice Search", comment: "Settings screen cell for voice search")
public static let settingsAssociatedApps = NSLocalizedString("settings.associated.apps", value: "Open Links in Associated Apps", comment: "Settings screen cell for opening links in associated apps")
public static let settingsAssociatedAppsDescription = NSLocalizedString("settings.associated.apps.description", value: "Disable to prevent links from automatically opening in other installed apps.", comment: "Description for associated apps description")
Expand Down

0 comments on commit 22a6db2

Please sign in to comment.