Name shopping locations "Stores" on the frontend (references #658)

This commit is contained in:
Bernd Bestel
2020-03-25 20:09:28 +01:00
parent 5214a775ed
commit 305f5b67e4
9 changed files with 21 additions and 21 deletions

View File

@@ -36,7 +36,7 @@
<th>{{ $__t('Best before date') }}</th>
@if(GROCY_FEATURE_FLAG_STOCK_LOCATION_TRACKING)<th>{{ $__t('Location') }}</th>@endif
@if(GROCY_FEATURE_FLAG_STOCK_PRICE_TRACKING)
<th>{{ $__t('Shopping location') }}</th>
<th>{{ $__t('Store') }}</th>
<th>{{ $__t('Price') }}</th>
@endif
<th>{{ $__t('Purchased date') }}</th>