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