mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-04-03 06:59:14 +00:00
Open shopfront existing orders flash link in a new window
This commit is contained in:
@@ -896,8 +896,8 @@ See the %{link} to find out more about %{sitename}'s features and to start using
|
||||
hubs_distance_filter: "Show me shops near %{location}"
|
||||
|
||||
shop_changeable_orders_alert_html:
|
||||
one: Your order with <a href='%{path}'>%{shop} / %{order}</a> is open for review. You can make changes until %{oc_close}.
|
||||
other: You have <a href='%{path}'>%{count} orders with %{shop}</a> currently open for review.
|
||||
one: Your order with <a href='%{path}' target='_blank'>%{shop} / %{order}</a> is open for review. You can make changes until %{oc_close}.
|
||||
other: You have <a href='%{path}' target='_blank'>%{count} orders with %{shop}</a> currently open for review.
|
||||
|
||||
products_clear_all: Clear all
|
||||
products_showing: "Showing:"
|
||||
|
||||
Reference in New Issue
Block a user