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
No related branches found
No related tags found
No related merge requests found
...@@ -48,12 +48,12 @@ ...@@ -48,12 +48,12 @@
<small class="gray" ng-if=":rebind:expertMode && search.filters && search.filters.length"> <small class="gray" ng-if=":rebind:expertMode && search.filters && search.filters.length">
- <a ng-click="toggleShowQuery()" - <a ng-click="toggleShowQuery()"
ng-if="!showQuery" > ng-if="!showQuery" >
Voir la requête {{'DOCUMENT.LOOKUP.SHOW_QUERY'|translate }}
<i class="icon ion-arrow-down-b gray"></i> <i class="icon ion-arrow-down-b gray"></i>
</a> </a>
<a ng-click="toggleShowQuery()" <a ng-click="toggleShowQuery()"
ng-if="showQuery" > ng-if="showQuery" >
Masquer la requête {{'DOCUMENT.LOOKUP.HIDE_QUERY'|translate }}
<i class="icon ion-arrow-up-b gray"></i> <i class="icon ion-arrow-up-b gray"></i>
</a> </a>
</small> </small>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment