mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Merge pull request #2649 from kristinalim/translations-fix_store_link_in_admin_header
Fix i18n translation for Store link in admin header for `fr`
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user