diff options
| author | cedricnjanga | 2017-07-12 11:00:07 +0200 | 
|---|---|---|
| committer | cedricnjanga | 2017-07-12 11:06:32 +0200 | 
| commit | c120db456568dfcc6bb4f0653fc9d9ffa3f1a80a (patch) | |
| tree | 18e2d60121bd17c2b53f7b4ce7a09c2fbda21897 /config | |
| parent | 74da5aa9fdfa792cfbef2fcfc23c35d9a0b19408 (diff) | |
| download | chouette-core-c120db456568dfcc6bb4f0653fc9d9ffa3f1a80a.tar.bz2 | |
#4028 Clean Up end date must be greater than begin date
Diffstat (limited to 'config')
| -rw-r--r-- | config/locales/clean_ups.en.yml | 1 | ||||
| -rw-r--r-- | config/locales/clean_ups.fr.yml | 1 | 
2 files changed, 2 insertions, 0 deletions
diff --git a/config/locales/clean_ups.en.yml b/config/locales/clean_ups.en.yml index 588eb55d5..a05750f6d 100644 --- a/config/locales/clean_ups.en.yml +++ b/config/locales/clean_ups.en.yml @@ -24,6 +24,7 @@ en:          end_date: "End date of clean up"    activerecord:      errors: +      invalid_period: "Invalid period : the end date must be strictly greater than the begin date"        models:          clean_up:            attributes: diff --git a/config/locales/clean_ups.fr.yml b/config/locales/clean_ups.fr.yml index 001c2b1cb..77e07591b 100644 --- a/config/locales/clean_ups.fr.yml +++ b/config/locales/clean_ups.fr.yml @@ -23,6 +23,7 @@ fr:          end_date: "Date de fin de la purge"    activerecord:      errors: +      invalid_period: "Période invalide : tLa date de fin doit être strictement supérieure à la date de début"        models:          clean_up:            attributes:  | 
