fix locales

This commit is contained in:
mlorb 2018-03-23 16:19:06 +01:00
parent 2e81359ebb
commit 83741358d1
2 changed files with 2 additions and 1 deletions

View file

@ -111,7 +111,7 @@
<li role="separator" class="divider">
<li>
<%= link_to '#', data: { trigger: 'about-modal' } do %>
<%= t('nav.help.about') %>
<%= t('nav.user.about') %>
<% end %>
</li>
</ul>

View file

@ -75,6 +75,7 @@ en:
user:
settings: "Settings"
logout: "Log out"
about: "About sciNote"
help:
tutorials: "Tutorials"
release_notes: "Release notes"