[iOS] Remove disclaimer text in appearance picker (#33685)
This disclaimer mentions that the theme you pick isn't applied in private mode, but this is no longer true
This commit is contained in:
@@ -983,7 +983,6 @@ class SettingsViewController: TableViewController {
|
||||
}
|
||||
)
|
||||
optionsViewController.headerText = Strings.themesDisplayBrightness
|
||||
optionsViewController.footerText = Strings.themesDisplayBrightnessFooter
|
||||
optionsViewController.navigationItem.title = Strings.themesDisplayBrightness
|
||||
|
||||
let nightModeSection = Section(
|
||||
|
||||
@@ -3753,14 +3753,6 @@ extension Strings {
|
||||
comment:
|
||||
"Setting to choose the user interface theme for normal browsing mode, contains choices like 'light' or 'dark' themes"
|
||||
)
|
||||
public static let themesDisplayBrightnessFooter = NSLocalizedString(
|
||||
"ThemesDisplayBrightnessFooter",
|
||||
tableName: "BraveShared",
|
||||
bundle: .module,
|
||||
value: "These settings are not applied in private browsing mode.",
|
||||
comment:
|
||||
"Text specifying that the above setting does not impact the user interface while they user is in private browsing mode."
|
||||
)
|
||||
public static let themesAutomaticOption = NSLocalizedString(
|
||||
"ThemesAutomaticOption",
|
||||
tableName: "BraveShared",
|
||||
|
||||
Reference in New Issue
Block a user