Merge pull request #8799 from overleaf/ii-cm6-search-tests

[web] CM6 Search tests

GitOrigin-RevId: 9f6172050b5a35d67c8d28f5bb2cfa22606309c7
This commit is contained in:
ilkin-overleaf 2022-08-04 12:39:54 +03:00 committed by Copybot
parent bec4827c3f
commit 46b5d57cb8
2 changed files with 6 additions and 0 deletions

View file

@ -409,6 +409,8 @@
"saving": "", "saving": "",
"search": "", "search": "",
"search_bib_files": "", "search_bib_files": "",
"search_command_find": "",
"search_command_replace": "",
"search_match_case": "", "search_match_case": "",
"search_next": "", "search_next": "",
"search_previous": "", "search_previous": "",
@ -416,6 +418,8 @@
"search_regexp": "", "search_regexp": "",
"search_replace": "", "search_replace": "",
"search_replace_all": "", "search_replace_all": "",
"search_replace_with": "",
"search_search_for": "",
"select_a_file": "", "select_a_file": "",
"select_a_project": "", "select_a_project": "",
"select_an_output_file": "", "select_an_output_file": "",

View file

@ -1693,7 +1693,9 @@
"search_previous": "previous", "search_previous": "previous",
"search_regexp": "Regular expression", "search_regexp": "Regular expression",
"search_replace": "Replace", "search_replace": "Replace",
"search_replace_with": "Replace with",
"search_replace_all": "Replace All", "search_replace_all": "Replace All",
"search_search_for": "Search for",
"go_to_account_settings": "Go to Account Settings", "go_to_account_settings": "Go to Account Settings",
"keep_your_account_safe": "Keep your account safe", "keep_your_account_safe": "Keep your account safe",
"primary_email_check_question": "Is <0>__email__</0> still your email address?", "primary_email_check_question": "Is <0>__email__</0> still your email address?",