aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/en/admin.php
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2023-03-21 18:47:07 +0100
committerGravatar GitHub <noreply@github.com> 2023-03-21 18:47:07 +0100
commite679d3df0e55530c056d701b4773ff7e74f5c82c (patch)
tree38c69b91a41c05b3f5893b90e7f71077db95b4c0 /app/i18n/en/admin.php
parent34f62896ac729131dee25997307521bf259c5efc (diff)
Improved: show Terms of Service in config menu (#5215)
* Use constants for path to TOS * improve comments * TOS title moved to template * TOS available via config menu * CSS: improve handling of content of TOS/about * give info about set/unset TOS in system config * fix target * i18n FR * i18n DE
Diffstat (limited to 'app/i18n/en/admin.php')
-rw-r--r--app/i18n/en/admin.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/i18n/en/admin.php b/app/i18n/en/admin.php
index 4746d971f..a0a005bb4 100644
--- a/app/i18n/en/admin.php
+++ b/app/i18n/en/admin.php
@@ -183,6 +183,11 @@ return array(
),
'title' => 'User registration form',
),
+ 'tos' => array(
+ 'disabled' => 'is not given', // TODO
+ 'enabled' => '<a href="./?a=tos">is enabled</a>', // TODO
+ 'help' => 'How to <a href="https://freshrss.github.io/FreshRSS/en/admins/12_User_management.html#enable-terms-of-service-tos" target="_blank">enable the Terms of Service</a>', // TODO
+ ),
),
'update' => array(
'_' => 'Update system',