Skip to content

Commit

Permalink
Merge pull request #2649 from kristinalim/translations-fix_store_link…
Browse files Browse the repository at this point in the history
…_in_admin_header

Fix i18n translation for Store link in admin header for `fr`
  • Loading branch information
mkllnk authored Sep 14, 2018
2 parents 43a3ecf + d06bccb commit da2f278
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/spree/layouts/admin/_login_nav.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
= link_to t(:logout), spree.logout_path
%li{"data-hook" => "store-frontend-link"}
%i.icon-external-link
= link_to t(:store), spree.root_path, :target => '_blank'
= link_to t(".header.store"), spree.root_path, target: "_blank"
4 changes: 4 additions & 0 deletions config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2608,6 +2608,10 @@ See the %{link} to find out more about %{sitename}'s features and to start using
my_account: "My account"
date: "Date"
time: "Time"
layouts:
admin:
header:
store: Store
admin:
orders:
invoice:
Expand Down

0 comments on commit da2f278

Please sign in to comment.