From be580b608d54af91fe0454b1ecb6804a2bf7a12d Mon Sep 17 00:00:00 2001 From: Marne <ms@laquadrature.net> Date: Mon, 5 Nov 2018 18:21:49 +0100 Subject: [PATCH] Corrections modale --- app/view/user/perso.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/view/user/perso.html b/app/view/user/perso.html index f4a2e7e..942053f 100644 --- a/app/view/user/perso.html +++ b/app/view/user/perso.html @@ -434,7 +434,7 @@ <img class="media-object" src="/static/img/pishirt2.svg" alt=""> </div> <div class="media-body"> - {{ _("Un pi-shirt - Taille : @atailles[@taille]", un pibag et piplôme) }} + {{ _("Un pi-shirt - Taille : @atailles[@taille], un pibag et piplôme") }} </div> </li> </check> @@ -444,14 +444,14 @@ <img class="media-object" src="/static/img/hoopie2.svg" alt=""> </div> <div class="media-body"> - {{ _("Un hoopie - Taille : @atailles[@taille_h]", un pi-shirt - Taille : @atailles[@taille]", un pibag et piplôme) }} + {{ _("Un hoopie - Taille : @atailles[@taille_h], un pi-shirt - Taille : @atailles[@taille], un pibag et piplôme") }} </div> </li> </check> </ul> </div> <div class="form-group text-left"> - <label for="commentaire"><h3>{{ _("Un commentaire ? Si il y a un objet du pack que tu ne veux pas indique-le nous :)") }}</h3></label> + <label for="commentaire"><h3>{{ _("Un commentaire ? Si il y a un objet du pack que vous ne voulez pas indiquez-le nous :)") }}</h3></label> <textarea class="form-control" id="commentaire" name="commentaire" placeholder="" row="3"></textarea> <div class="modal-footer"> <input type="hidden" name="csrf" value="{{ @CSRF }}"> -- GitLab