diff --git a/services/web/frontend/extracted-translations.json b/services/web/frontend/extracted-translations.json
index 3e192edc77..194b57b184 100644
--- a/services/web/frontend/extracted-translations.json
+++ b/services/web/frontend/extracted-translations.json
@@ -868,7 +868,6 @@
"review_your_peers_work": "",
"revoke": "",
"revoke_invite": "",
- "rich_text_is_only_available_for_tex_files": "",
"role": "",
"save": "",
"save_or_cancel-cancel": "",
@@ -1023,6 +1022,7 @@
"thanks_for_subscribing_you_help_sl": "",
"thanks_settings_updated": "",
"the_following_files_already_exist_in_this_project": "",
+ "the_visual_editor_is_only_available_for_tex_files": "",
"the_width_you_choose_here_is_based_on_the_width_of_the_text_in_your_document": "",
"their_projects_will_be_transferred_to_another_user": "",
"then_x_price_per_month": "",
diff --git a/services/web/frontend/js/features/source-editor/components/editor-switch-legacy.tsx b/services/web/frontend/js/features/source-editor/components/editor-switch-legacy.tsx
index f168902d01..a16d2ef28a 100644
--- a/services/web/frontend/js/features/source-editor/components/editor-switch-legacy.tsx
+++ b/services/web/frontend/js/features/source-editor/components/editor-switch-legacy.tsx
@@ -10,8 +10,9 @@ import SplitTestBadge from '../../../shared/components/split-test-badge'
function Badge() {
const content = (
<>
- Overleaf has upgraded the source editor. You can still use the old editor
- by selecting "Source (legacy)".
+ Overleaf has upgraded the source editor.
+
+ You can still use the old editor by selecting "Source (legacy)".
Click to learn more and give feedback
@@ -168,7 +169,7 @@ const RichTextToggle: FC<{
if (disabled) {
return (