From b22d9411e7309ebb0564ea4b41a2e13dd1c6a9b3 Mon Sep 17 00:00:00 2001 From: blavenie <benoit.lavenier@e-is.pro> Date: Tue, 18 Dec 2018 19:32:48 +0100 Subject: [PATCH] [fix] Externalize some translations into i18n --- www/plugins/es/templates/blockchain/lookup_form.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/plugins/es/templates/blockchain/lookup_form.html b/www/plugins/es/templates/blockchain/lookup_form.html index 87573239..4e6ddac2 100644 --- a/www/plugins/es/templates/blockchain/lookup_form.html +++ b/www/plugins/es/templates/blockchain/lookup_form.html @@ -48,12 +48,12 @@ <small class="gray" ng-if=":rebind:expertMode && search.filters && search.filters.length"> - <a ng-click="toggleShowQuery()" ng-if="!showQuery" > - Voir la requête + {{'DOCUMENT.LOOKUP.SHOW_QUERY'|translate }} <i class="icon ion-arrow-down-b gray"></i> </a> <a ng-click="toggleShowQuery()" ng-if="showQuery" > - Masquer la requête + {{'DOCUMENT.LOOKUP.HIDE_QUERY'|translate }} <i class="icon ion-arrow-up-b gray"></i> </a> </small> -- GitLab