diff --git a/ayanova/src/views/home-search.vue b/ayanova/src/views/home-search.vue index 80489e23..1887a944 100644 --- a/ayanova/src/views/home-search.vue +++ b/ayanova/src/views/home-search.vue @@ -36,13 +36,14 @@ -

No results

+

{{ $ay.t("NoResults") }}

({{ $ay.t("TooManyResults") }}) _.groupBy(collection, [iteratee=_.identity]) + maybe add an icon property in code but only for each new item in group? @@ -262,9 +263,9 @@ function initForm(vm) { // function fetchTranslatedText(vm) { return window.$gz.translation.fetch([ - //todo: needs all object types - "Object", - "TooManyResults" + "TooManyResults", + "NoResults", + "Object" ]); }