Tweak auto theme message

This updates the auto theme explanation to make it more obvious that it follows
the system theme when on iOS 13+.

Fixes https://github.com/vector-im/element-ios/issues/2860
This commit is contained in:
J. Ryan Stinnett
2021-06-10 23:19:44 +01:00
parent e20db845f8
commit a166c93e99
4 changed files with 22 additions and 7 deletions
+2 -1
View File
@@ -520,7 +520,8 @@ Tap the + to start adding people.";
"settings_ui_theme_dark" = "Dark";
"settings_ui_theme_black" = "Black";
"settings_ui_theme_picker_title" = "Select a theme";
"settings_ui_theme_picker_message" = "\"Auto\" uses your device \"Invert Colours\" settings";
"settings_ui_theme_picker_message_invert_colours" = "\"Auto\" uses your device's \"Invert Colours\" settings";
"settings_ui_theme_picker_message_match_system_theme" = "\"Auto\" matches your device's system theme";
"settings_unignore_user" = "Show all messages from %@?";