diff --git a/services/web/frontend/extracted-translations.json b/services/web/frontend/extracted-translations.json index 225adf6724..a7618846bb 100644 --- a/services/web/frontend/extracted-translations.json +++ b/services/web/frontend/extracted-translations.json @@ -409,6 +409,8 @@ "saving": "", "search": "", "search_bib_files": "", + "search_command_find": "", + "search_command_replace": "", "search_match_case": "", "search_next": "", "search_previous": "", @@ -416,6 +418,8 @@ "search_regexp": "", "search_replace": "", "search_replace_all": "", + "search_replace_with": "", + "search_search_for": "", "select_a_file": "", "select_a_project": "", "select_an_output_file": "", diff --git a/services/web/locales/en.json b/services/web/locales/en.json index 1ca5b77555..3a762c6fc3 100644 --- a/services/web/locales/en.json +++ b/services/web/locales/en.json @@ -1693,7 +1693,9 @@ "search_previous": "previous", "search_regexp": "Regular expression", "search_replace": "Replace", + "search_replace_with": "Replace with", "search_replace_all": "Replace All", + "search_search_for": "Search for", "go_to_account_settings": "Go to Account Settings", "keep_your_account_safe": "Keep your account safe", "primary_email_check_question": "Is <0>__email__ still your email address?",