[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:
Kyle Hickinson
2026-02-05 00:30:27 -05:00
committed by GitHub
parent 2a05ca4816
commit fd2468221b
2 changed files with 0 additions and 9 deletions
@@ -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",