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"