From 884208a7b76f2532040cd36f91ba10fa37889a4f Mon Sep 17 00:00:00 2001 From: joshua stein Date: Fri, 10 Jun 2016 16:34:19 -0500 Subject: [PATCH] fix hat request link from locale fallout --- app/views/layouts/application.html.erb | 2 +- config/locales/en.yml | 2 +- config/locales/fr.yml | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index b223bc4..76a962a 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -124,7 +124,7 @@ <% end %> <% if @user && @user.is_moderator? && (hrc = HatRequest.count) > 0 %> - <%= t('.hatrequestlink') %>(<%= hrc %>) + <%= t('.hatrequestlink') %> (<%= hrc %>) <% end %> <%= t('.chatlink') %> <%= t('.privacylink') %> diff --git a/config/locales/en.yml b/config/locales/en.yml index ca52d1b..40346ae 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -19,6 +19,6 @@ en: moderationloglink: "Moderation Log" invitationqueuelink: "Invitation Queue" chatlink: "Chat" - hatrequest: "Hats Requests" + hatrequestlink: "Hat Requests" privacylink: "Privacy" aboutlink: "About" diff --git a/config/locales/fr.yml b/config/locales/fr.yml index b60b581..d13ec56 100644 --- a/config/locales/fr.yml +++ b/config/locales/fr.yml @@ -19,7 +19,6 @@ fr: moderationloglink: "Journal de modération" invitationqueuelink: "File d'invitation" chatlink: "Chat" - hatrequest: "Porter le chapeau" - bbslink: "BBS" + hatrequestlink: "Porter le chapeau" privacylink: "Confidentialité" aboutlink: "À propos"