From 21a13b3311b24c945f60a33a3ac5f1de2c5c0c41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chai=CC=88b=20Martinez?= Date: Wed, 19 Sep 2018 17:37:19 +0200 Subject: [PATCH] Correctif mineur de texte dans le formulaire d'inscription admin --- app/views/demandes/new.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/demandes/new.html.haml b/app/views/demandes/new.html.haml index 25ff04b96..0d3d129fb 100644 --- a/app/views/demandes/new.html.haml +++ b/app/views/demandes/new.html.haml @@ -35,7 +35,7 @@ = email_field_tag :email, nil, required: true = label_tag :phone do - Quel est votre numéro de téléphone ? + Quel est votre numéro de téléphone (ligne directe) ? %span.mandatory * = text_field_tag :phone, nil, required: true