Changelog/little naming changes/fixes/new translations strings for #1056

This commit is contained in:
Bernd Bestel
2020-10-17 11:03:47 +02:00
parent cd65195532
commit e24f3143b5
7 changed files with 98 additions and 95 deletions

View File

@@ -9,7 +9,7 @@ if (BoolVal(Grocy.UserSettings.show_icon_on_stock_overview_page_when_product_is_
{
$("#show_icon_on_stock_overview_page_when_product_is_on_shopping_list").prop("checked", true);
}
if (BoolVal(Grocy.UserSettings.product_display_purchased_date))
if (BoolVal(Grocy.UserSettings.show_purchased_date_on_purchase))
{
$("#product_display_purchased_date").prop("checked", true);
$("#show_purchased_date_on_purchase").prop("checked", true);
}