pull/7085/head
Wieland Lindenthal 6 years ago
parent 44f5fb1496
commit 8ca0c7def2
  1. 1
      frontend/src/app/modules/global_search/global-search-input.component.ts

@ -79,6 +79,7 @@ export class GlobalSearchInputComponent implements OnInit, OnDestroy {
all_projects: this.I18n.t('js.global_search.all_projects'),
current_project: this.I18n.t('js.global_search.current_project'),
current_project_and_all_descendants: this.I18n.t('js.global_search.current_project_and_all_descendants'),
search: this.I18n.t('js.global_search.search'),
search_dots: this.I18n.t('js.global_search.search') + ' ...',
close_search: this.I18n.t('js.global_search.close_search')
};

Loading…
Cancel
Save