diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index f266060..cece3ac 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -126,6 +126,8 @@ <% if @user && @user.is_moderator? && (hrc = HatRequest.count) > 0 %> <%= t('.hatrequestlink') %> (<%= hrc %>) + <% else %> + <%= t('.hatslink') %> <% end %> <%= t('.privacylink') %> <%= t('.aboutlink') %> diff --git a/config/locales/en.yml b/config/locales/en.yml index 2d1f558..1e33da8 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -64,6 +64,7 @@ en: invitationqueuelink: "Invitation Queue" chatlink: "Chat" hatrequestlink: "Hat Requests" + hatslink: "Hats" privacylink: "Privacy" aboutlink: "About" blog: "Blog" diff --git a/config/locales/fr.yml b/config/locales/fr.yml index bde94fa..b2e45ca 100644 --- a/config/locales/fr.yml +++ b/config/locales/fr.yml @@ -76,6 +76,7 @@ fr: invitationqueuelink: "File d'invitation" chatlink: "Chat" hatrequestlink: "Porter le chapeau" + hatslink: "Chapeaux" privacylink: "Confidentialité" aboutlink: "À propos" blog: "Blog"