mirror of
https://github.com/grocy/grocy.git
synced 2025-04-29 17:45:39 +00:00
Added a say-thanks-button on the about page
This commit is contained in:
parent
1d92e6a4ab
commit
aa670adefc
@ -1474,3 +1474,9 @@ msgstr ""
|
|||||||
|
|
||||||
msgid "Price factor"
|
msgid "Price factor"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Do you find grocy useful?"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Say thanks"
|
||||||
|
msgstr ""
|
||||||
|
@ -29,6 +29,11 @@
|
|||||||
PHP Version <code>{{ $system_info['php_version'] }}</code><br>
|
PHP Version <code>{{ $system_info['php_version'] }}</code><br>
|
||||||
SQLite Version <code>{{ $system_info['sqlite_version'] }}</code>
|
SQLite Version <code>{{ $system_info['sqlite_version'] }}</code>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
{{ $__t('Do you find grocy useful?') }}<br>
|
||||||
|
<a class="btn btn-sm btn-primary text-white mt-1" href="https://grocy.info/#say-thanks" target = "_blank">{{ $__t('Say thanks') }} <i class="fas fa-heart"></i></a>
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="tab-pane show" id="changelog">
|
<div class="tab-pane show" id="changelog">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user