diff options
author | Joris | 2019-08-08 21:28:22 +0200 |
---|---|---|
committer | Joris | 2019-08-08 21:28:22 +0200 |
commit | 7c77e52faa71e43324087903c905f9d493b1dfb7 (patch) | |
tree | 5bf5096cbfaaec0ea851f49e5022ed1ecfd17657 /common/src | |
parent | fc8be14dd0089eb12b78af7aaaecd8ed57896677 (diff) |
Finish payment add modal
Diffstat (limited to 'common/src')
-rw-r--r-- | common/src/Common/Message/Translation.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/src/Common/Message/Translation.hs b/common/src/Common/Message/Translation.hs index e95fa74..4eb0523 100644 --- a/common/src/Common/Message/Translation.hs +++ b/common/src/Common/Message/Translation.hs @@ -189,8 +189,8 @@ m l Form_InvalidColor = m l Form_InvalidDate = case l of - English -> "DD/MM/YYYY required" - French -> "JJ/MM/AAAA requis" + English -> "Date required" + French -> "Date requise" m l Form_InvalidInt = case l of |