From aa670adefc3fccfad03aac26c25df969b602d0a0 Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Fri, 20 Sep 2019 10:08:10 +0200 Subject: [PATCH] Added a say-thanks-button on the about page --- localization/strings.pot | 6 ++++++ views/about.blade.php | 5 +++++ 2 files changed, 11 insertions(+) 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') }} +