From 2ecc23e5c92fe62590489f34c7872e4adc4512a7 Mon Sep 17 00:00:00 2001 From: Kurt Riddlesperger Date: Tue, 5 Nov 2019 05:48:50 -0600 Subject: [PATCH] ProductCard - location to default location label change --- views/components/productcard.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/components/productcard.blade.php b/views/components/productcard.blade.php index d4605d4f..0534e0a9 100644 --- a/views/components/productcard.blade.php +++ b/views/components/productcard.blade.php @@ -23,7 +23,7 @@ {{ $__t('Stock amount') . ' / ' . $__t('Quantity unit') }}:
- @if(GROCY_FEATURE_FLAG_STOCK_LOCATION_TRACKING){{ $__t('Location') }}:
@endif + @if(GROCY_FEATURE_FLAG_STOCK_LOCATION_TRACKING){{ $__t('Default Location') }}:
@endif {{ $__t('Last purchased') }}:
{{ $__t('Last used') }}:
@if(GROCY_FEATURE_FLAG_STOCK_PRICE_TRACKING){{ $__t('Last price') }}:
@endif