From f74b8aa2d1a570097ed7448e991f8adcbf0edfc6 Mon Sep 17 00:00:00 2001 From: Bastien Date: Sun, 30 Aug 2015 23:10:23 +0200 Subject: [PATCH] Typo: capitalize a field. --- src/application/language/french/translations_lang.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/application/language/french/translations_lang.php b/src/application/language/french/translations_lang.php index 0cfc81e3..ad171f53 100644 --- a/src/application/language/french/translations_lang.php +++ b/src/application/language/french/translations_lang.php @@ -44,7 +44,7 @@ $lang['customer'] = 'Client'; $lang['start'] = 'Début'; $lang['end'] = 'Fin'; $lang['name'] = 'Nom'; -$lang['phone'] = 'numéro de téléphone'; +$lang['phone'] = 'Numéro de téléphone'; $lang['address'] = 'Adresse'; $lang['appointment_link_title'] = 'Lien du rendez-vous'; $lang['success'] = 'Réussi !';