Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix i18n translation for Store link in admin header for fr #2649

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -2589,6 +2589,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