changed string into translation key & add 'infinity' key

This commit is contained in:
kkoomin
2019-05-04 14:40:45 +01:00
parent 6f0d155508
commit f65ce82778
2 changed files with 2 additions and 1 deletions

View File

@@ -14,7 +14,7 @@
on_hand.attr('disabled', on_demand_checked);
if(on_demand_checked) {
on_hand.attr('data-stock', on_hand.val());
on_hand.val("Infinity");
on_hand.val(t('admin.products.variants.infinity'));
}
}

View File

@@ -467,6 +467,7 @@ en:
property_name: Property Name
inherited_property: Inherited Property
variants:
infinity: "Infinity"
to_order_tip: "Items made to order do not have a set stock level, such as loaves of bread made fresh to order."
group_buy_options: "Group Buy Options"
back_to_products_list: "Back to products list"