Merge pull request #7743 from element-hq/mauroromito/fix_original_english_strings_for_rte

This commit is contained in:
Mauro
2024-01-29 15:45:35 +01:00
committed by GitHub
2 changed files with 3 additions and 2 deletions

View File

@@ -2617,8 +2617,8 @@ To enable access, tap Settings> Location and select Always";
// Formatting Actions
"wysiwyg_composer_format_action_bold" = "Apply bold format";
"wysiwyg_composer_format_action_italic" = "Apply italic format";
"wysiwyg_composer_format_action_underline" = "Apply strikethrough format";
"wysiwyg_composer_format_action_strikethrough" = "Apply underline format";
"wysiwyg_composer_format_action_underline" = "Apply underline format";
"wysiwyg_composer_format_action_strikethrough" = "Apply strikethrough format";
"wysiwyg_composer_format_action_link" = "Apply link format";
"wysiwyg_composer_format_action_inline_code" = "Apply inline code format";
"wysiwyg_composer_format_action_unordered_list" = "Toggle bulleted list";

View File

@@ -0,0 +1 @@
Fix swapped accessibility label between strikethrough and underline format buttons in RTE.