diff options
| author | jpl | 2017-03-16 10:40:55 +0100 |
|---|---|---|
| committer | jpl | 2017-03-16 10:40:55 +0100 |
| commit | 82d9f373d5968ff7a42e88ccd4257560592637f1 (patch) | |
| tree | 3a74af5ce333eaf96a25f3cc1f5804c569c5fd7d | |
| parent | 203e40759843849611d39b87c9f24fc109fa72b4 (diff) | |
| download | chouette-core-82d9f373d5968ff7a42e88ccd4257560592637f1.tar.bz2 | |
Updating simple_form i18n for required fields
| -rw-r--r-- | config/locales/simple_form.en.yml | 2 | ||||
| -rw-r--r-- | config/locales/simple_form.fr.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/config/locales/simple_form.en.yml b/config/locales/simple_form.en.yml index ab7148f38..f6c0079ee 100644 --- a/config/locales/simple_form.en.yml +++ b/config/locales/simple_form.en.yml @@ -5,7 +5,7 @@ en: from: 'From' to: 'To' required: - text: 'required' + text: 'Required field' mark: '*' # You can uncomment the line below if you need to overwrite the whole required html. # When using html, text and mark won't be used. diff --git a/config/locales/simple_form.fr.yml b/config/locales/simple_form.fr.yml index 68246bdb6..d92467425 100644 --- a/config/locales/simple_form.fr.yml +++ b/config/locales/simple_form.fr.yml @@ -5,7 +5,7 @@ fr: from: 'Du' to: 'Au' required: - text: 'requis' + text: 'Champ requis' mark: '*' # You can uncomment the line below if you need to overwrite the whole required html. # When using html, text and mark won't be used. |
