diff --git a/config/locales/js-en.yml b/config/locales/js-en.yml index 005c75a4bb..4001161c0c 100644 --- a/config/locales/js-en.yml +++ b/config/locales/js-en.yml @@ -838,4 +838,6 @@ en: search: "Search" this_project: "In this project" this_project_and_all_descendants: "In this project + subprojects" - + title: + all_projects: "all projects" + project_and_subprojects: "and all subprojects" diff --git a/frontend/src/app/components/global-search/global-search-title.component.html b/frontend/src/app/components/global-search/global-search-title.component.html index f3cd7a1827..ccf67a85c3 100644 --- a/frontend/src/app/components/global-search/global-search-title.component.html +++ b/frontend/src/app/components/global-search/global-search-title.component.html @@ -1,12 +1,12 @@