From dc251fffc2998f1cf4f8e9631928c4b92ac0d90e Mon Sep 17 00:00:00 2001 From: Zero~Informatique Date: Sun, 22 Dec 2019 07:40:55 +0100 Subject: viewer: Implemented the search by tags. Pushed the special urls to ENV. --- viewer/src/locales/en.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'viewer/src/locales/en.json') diff --git a/viewer/src/locales/en.json b/viewer/src/locales/en.json index f24ac1f..d885872 100644 --- a/viewer/src/locales/en.json +++ b/viewer/src/locales/en.json @@ -1,5 +1,9 @@ { "tagInput.placeholder": "Tags", - "panelLeft.title": "Filters", - "tagInput.nomatch": "No match" + "panelLeft.filters": "Filters", + "tagInput.nomatch": "No match", + "panelLeft.mode": "Mode", + "mode.navigation": "Navigation", + "mode.search": "Search", + "search.no-results": "No results" } \ No newline at end of file -- cgit v1.2.3