Update setting string.

This commit is contained in:
Doug 2021-09-16 17:57:36 +01:00
parent 96ef61ab21
commit 84bdfb31c7
2 changed files with 2 additions and 2 deletions

View file

@ -542,7 +542,7 @@ Tap the + to start adding people.";
"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_show_url_previews" = "Show inline URL previews";
"settings_show_url_previews" = "Show website preview";
"settings_show_url_previews_description" = "Previews will only be shown in unencrypted rooms.";
"settings_unignore_user" = "Show all messages from %@?";

View file

@ -4570,7 +4570,7 @@ internal enum VectorL10n {
internal static var settingsShowNSFWPublicRooms: String {
return VectorL10n.tr("Vector", "settings_show_NSFW_public_rooms")
}
/// Show inline URL previews
/// Show website preview
internal static var settingsShowUrlPreviews: String {
return VectorL10n.tr("Vector", "settings_show_url_previews")
}