From 6b4eed47f632e3ea91e89d036aaa97d6a8edeb32 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 8 Apr 2020 01:00:04 +0000 Subject: [PATCH] --- ayanova/src/views/home-search.vue | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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" ]); }