diff options
| -rw-r--r-- | config/locales/en.yml | 4 | ||||
| -rw-r--r-- | config/locales/fr.yml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index d78d51dbe..8af8067db 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -64,5 +64,5 @@ en: brandname: IBOO error: "Error" undefined: 'undefined' - yes: yes - no: no + "yes": yes + "no": no diff --git a/config/locales/fr.yml b/config/locales/fr.yml index d89c286af..e1f52ff55 100644 --- a/config/locales/fr.yml +++ b/config/locales/fr.yml @@ -63,5 +63,5 @@ fr: brandname: IBOO error: "Erreur" undefined: 'non renseigné' - yes: oui - no: non + "yes": oui + "no": non |
