mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Translate inherits_properties label in product form
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/ insert_after 'table.index.sortable'
|
||||
|
||||
=f.check_box :inherits_properties
|
||||
=f.label :inherits_properties, "Inherit properties from #{@product.supplier.name}? (unless overridden above)"
|
||||
=f.label :inherits_properties, t(".inherits_properties_checkbox_hint", supplier: @product.supplier.name)
|
||||
%br
|
||||
%br
|
||||
|
||||
|
||||
@@ -2595,6 +2595,9 @@ See the %{link} to find out more about %{sitename}'s features and to start using
|
||||
date: "Date"
|
||||
time: "Time"
|
||||
admin:
|
||||
product_properties:
|
||||
index:
|
||||
inherits_properties_checkbox_hint: "Inherit properties from %{supplier}? (unless overridden above)"
|
||||
orders:
|
||||
invoice:
|
||||
issued_on: Issued on
|
||||
|
||||
Reference in New Issue
Block a user