Skip to content
Snippets Groups Projects
Commit b22d9411 authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

[fix] Externalize some translations into i18n

parent 94df421b
Branches
Tags
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment