diff --git a/localization/strings.pot b/localization/strings.pot
index 55b40579..ed3ccb92 100644
--- a/localization/strings.pot
+++ b/localization/strings.pot
@@ -1906,3 +1906,6 @@ msgstr ""
msgid "Journal summary"
msgstr ""
+
+msgid "Journal summary for this product"
+msgstr ""
diff --git a/views/stockoverview.blade.php b/views/stockoverview.blade.php
index 95b1768d..a9bebf48 100644
--- a/views/stockoverview.blade.php
+++ b/views/stockoverview.blade.php
@@ -248,6 +248,11 @@
href="{{ $U('/stockjournal?product=') }}{{ $currentStockEntry->product_id }}">
{{ $__t('Stock journal for this product') }}
+
+ {{ $__t('Journal summary for this product') }}
+
@@ -270,11 +275,6 @@
{{ $__t('Search for recipes containing this product') }}
@endif
-
- {{ $__t('Journal summary') }}
-