From 6f0314374152ba3f6a80785b6344e0ffda4ba668 Mon Sep 17 00:00:00 2001 From: Olivier Berthonneau Date: Mon, 18 Jan 2016 20:06:56 +0100 Subject: [PATCH] GUAC-1469 Fix date placeholder format Format still needs to be the same form as the original YYYY-MM-DD but using French abbreviations for this pattern. --- guacamole/src/main/webapp/translations/fr.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guacamole/src/main/webapp/translations/fr.json b/guacamole/src/main/webapp/translations/fr.json index a5ec12ee1..c5f447d09 100644 --- a/guacamole/src/main/webapp/translations/fr.json +++ b/guacamole/src/main/webapp/translations/fr.json @@ -138,7 +138,7 @@ "FORM" : { - "FIELD_PLACEHOLDER_DATE" : "DD-MM-YYYY", + "FIELD_PLACEHOLDER_DATE" : "AAAA-MM-JJ", "FIELD_PLACEHOLDER_TIME" : "HH:MM:SS", "HELP_SHOW_PASSWORD" : "Cliquer pour afficher le mot de passe",