Translate inherits_properties label in product form

This commit is contained in:
Kristina Lim
2018-09-08 01:37:51 +08:00
parent fc79aae17c
commit 9dcdb67352
2 changed files with 4 additions and 1 deletions

View File

@@ -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

View File

@@ -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