diff --git a/www/plugins/es/templates/blockchain/lookup_form.html b/www/plugins/es/templates/blockchain/lookup_form.html index 87573239efdae5330ffd6e01624c448324070143..4e6ddac2c34878363d8c9a1bf37513a5917d4d7d 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>