diff --git a/localization/strings.pot b/localization/strings.pot
index 7f5e2b04..7a23b844 100644
--- a/localization/strings.pot
+++ b/localization/strings.pot
@@ -1474,3 +1474,9 @@ msgstr ""
msgid "Price factor"
msgstr ""
+
+msgid "Do you find grocy useful?"
+msgstr ""
+
+msgid "Say thanks"
+msgstr ""
diff --git a/views/about.blade.php b/views/about.blade.php
index 33cdc470..78de67ce 100644
--- a/views/about.blade.php
+++ b/views/about.blade.php
@@ -29,6 +29,11 @@
PHP Version {{ $system_info['php_version'] }}
SQLite Version {{ $system_info['sqlite_version'] }}
+ {{ $__t('Do you find grocy useful?') }}
+ {{ $__t('Say thanks') }}
+