From 52aff4cea2c9f4f7635e4f7696e423fc5cbc0dd5 Mon Sep 17 00:00:00 2001 From: Zog Date: Wed, 7 Feb 2018 09:32:09 +0100 Subject: Refs #4126; Fix translations --- config/locales/en.yml | 4 ++-- 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 -- cgit v1.2.3