diff --git a/templates/mobile/api/auth/end_user_authorization.html.twig b/templates/mobile/api/auth/end_user_authorization.html.twig index abb7ec1fe3..67ee696571 100644 --- a/templates/mobile/api/auth/end_user_authorization.html.twig +++ b/templates/mobile/api/auth/end_user_authorization.html.twig @@ -40,19 +40,19 @@ {% endfor %} {% if errorMessage %} -
{% trans 'Erreur de login / mot de passe' %}
+{{ 'Erreur de login / mot de passe' | trans }}
{% endif %}{% trans %} Bonjour, veuillez vous identifier sur {{home_title}} : {% endtrans %}
- - - + + +- {% trans 'Problèmes de connexion ?' %} + {{ 'Problèmes de connexion ?' | trans }}
{% else %} @@ -87,14 +87,14 @@ {% endfor %} - + {% endif %} diff --git a/templates/mobile/api/auth/native_app_access_token.html.twig b/templates/mobile/api/auth/native_app_access_token.html.twig index eb11163e4f..a9f4d1de7b 100644 --- a/templates/mobile/api/auth/native_app_access_token.html.twig +++ b/templates/mobile/api/auth/native_app_access_token.html.twig @@ -4,9 +4,9 @@{% trans 'Le panier demande nexiste plus' %}
+{{ 'Le panier demande nexiste plus' | trans }}
{{error}}
- +diff --git a/templates/mobile/lightbox/index.html.twig b/templates/mobile/lightbox/index.html.twig index 2f10b3cbef..8952785d68 100644 --- a/templates/mobile/lightbox/index.html.twig +++ b/templates/mobile/lightbox/index.html.twig @@ -36,21 +36,21 @@
Phraseanet Version {{ app['phraseanet.version'].getName() }} - {{ app['phraseanet.version'].getNumber() }}
@@ -79,12 +79,12 @@- {% trans 'Voici vos validations en cours' %} + {{ 'Voici vos validations en cours' | trans }}
- {% trans 'Voici vos paniers' %} + {{ 'Voici vos paniers' | trans }}
{% trans 'validation:: note'%} : {{ validationDatas.getNote()|nl2br }}
+{{ 'validation:: note' | trans }} : {{ validationDatas.getNote()|nl2br }}
{% endif %} {% endif %} diff --git a/templates/mobile/lightbox/validate.html.twig b/templates/mobile/lightbox/validate.html.twig index ec8eb861aa..0384c5ed91 100644 --- a/templates/mobile/lightbox/validate.html.twig +++ b/templates/mobile/lightbox/validate.html.twig @@ -4,7 +4,7 @@ {% block javascript %} @@ -17,9 +17,9 @@ {% block content %}