mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-01 04:32:16 +08:00
fix locales
This commit is contained in:
parent
2e81359ebb
commit
83741358d1
2 changed files with 2 additions and 1 deletions
|
@ -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>
|
||||
|
|
|
@ -75,6 +75,7 @@ en:
|
|||
user:
|
||||
settings: "Settings"
|
||||
logout: "Log out"
|
||||
about: "About sciNote"
|
||||
help:
|
||||
tutorials: "Tutorials"
|
||||
release_notes: "Release notes"
|
||||
|
|
Loading…
Reference in a new issue