mirror of
https://github.com/grocy/grocy.git
synced 2025-08-18 03:25:50 +00:00
Name shopping locations "Stores" on the frontend (references #658)
This commit is contained in:
@@ -122,7 +122,7 @@ Grocy.Components.ProductCard.Refresh = function(productId)
|
||||
var chart = Grocy.Components.ProductCard.PriceHistoryChart.data;
|
||||
priceHistoryDataPoints.forEach((dataPoint) =>
|
||||
{
|
||||
var key = __t("Unknown shopping location");
|
||||
var key = __t("Unknown store");
|
||||
if (dataPoint.shopping_location)
|
||||
{
|
||||
key = dataPoint.shopping_location.name
|
||||
|
Reference in New Issue
Block a user