From 1a697857c11dca4ffb635f2dc06f9238e037f342 Mon Sep 17 00:00:00 2001 From: Carl Chenet Date: Sat, 20 Oct 2018 13:11:26 +0200 Subject: [PATCH] fix typo --- config/locales/en.yml | 3 ++- config/locales/fr.yml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/config/locales/en.yml b/config/locales/en.yml index 87127bd..cfcc315 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -3,7 +3,8 @@ en: hats: - hatstitle: "Hats" + index: + hatstitle: "Hats" time: formats: default: "%Y-%m-%d %H:%M:%S" diff --git a/config/locales/fr.yml b/config/locales/fr.yml index 4ead2c6..c0f57fa 100644 --- a/config/locales/fr.yml +++ b/config/locales/fr.yml @@ -22,7 +22,8 @@ fr: username: invalid: "Le nom d'utilisateur est invalide" hats: - hatstitle: "Chapeaux" + index: + hatstitle: "Chapeaux" time: formats: default: "%d-%m-%Y %H:%M:%S"