diff --git a/services/web/frontend/extracted-translations.json b/services/web/frontend/extracted-translations.json index 506a5bb5f8..e5bb2fced3 100644 --- a/services/web/frontend/extracted-translations.json +++ b/services/web/frontend/extracted-translations.json @@ -1483,6 +1483,7 @@ "search_whole_word": "", "search_within_selection": "", "searched_path_for_lines_containing": "", + "searching_all_project_files_is_now_available": "", "security": "", "see_suggestions_from_collaborators": "", "select_a_column_or_a_merged_cell_to_align": "", diff --git a/services/web/frontend/js/features/ide-redesign/components/switcher-modal/modal.tsx b/services/web/frontend/js/features/ide-redesign/components/switcher-modal/modal.tsx index 6942674de5..2bb724c8a4 100644 --- a/services/web/frontend/js/features/ide-redesign/components/switcher-modal/modal.tsx +++ b/services/web/frontend/js/features/ide-redesign/components/switcher-modal/modal.tsx @@ -160,6 +160,7 @@ const SwitcherWhatsNew = () => {

{t('latest_updates')}


diff --git a/services/web/locales/en.json b/services/web/locales/en.json index bdebf3d289..a903e6a26b 100644 --- a/services/web/locales/en.json +++ b/services/web/locales/en.json @@ -1946,6 +1946,7 @@ "search_whole_word": "Whole word", "search_within_selection": "Within selection", "searched_path_for_lines_containing": "Searched __path__ for lines containing \"__query__\"", + "searching_all_project_files_is_now_available": "Searching all project files is now available (2 June 2025)", "secondary_email_password_reset": "That email is registered as a secondary email. Please enter the primary email for your account.", "security": "Security", "see_suggestions_from_collaborators": "See suggestions from collaborators",