From 83741358d12c679d9d19e3714d1bcff9decd31af Mon Sep 17 00:00:00 2001 From: mlorb Date: Fri, 23 Mar 2018 16:19:06 +0100 Subject: [PATCH] fix locales --- app/views/shared/_navigation.html.erb | 2 +- config/locales/en.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app/views/shared/_navigation.html.erb b/app/views/shared/_navigation.html.erb index beb5e2a3d..3cb9ac81c 100644 --- a/app/views/shared/_navigation.html.erb +++ b/app/views/shared/_navigation.html.erb @@ -111,7 +111,7 @@
  • <%= link_to '#', data: { trigger: 'about-modal' } do %> - <%= t('nav.help.about') %> + <%= t('nav.user.about') %> <% end %>
  • diff --git a/config/locales/en.yml b/config/locales/en.yml index 1e5490bca..679b61d4f 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -75,6 +75,7 @@ en: user: settings: "Settings" logout: "Log out" + about: "About sciNote" help: tutorials: "Tutorials" release_notes: "Release notes"