mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
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.
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user