diff options
| author | 2024-05-15 09:48:09 +0200 | |
|---|---|---|
| committer | 2024-05-15 09:48:09 +0200 | |
| commit | bb1a6cafb63de1aaca2cbfbb32d2fcd93c09e1dd (patch) | |
| tree | 9886b2aca1b5cd9527885761aac1222ce8154734 /app/i18n/en/admin.php | |
| parent | 2ed91026fcfef83ce5ef466a15e078229a106a6f (diff) | |
Changelog
+minor forgotten i18n comments
Diffstat (limited to 'app/i18n/en/admin.php')
| -rw-r--r-- | app/i18n/en/admin.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/i18n/en/admin.php b/app/i18n/en/admin.php index 97989f1ef..cae4837d5 100644 --- a/app/i18n/en/admin.php +++ b/app/i18n/en/admin.php @@ -194,7 +194,7 @@ return array( '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>', ), 'websub' => array( - 'help' => 'About <a href="https://freshrss.github.io/FreshRSS/en/users/WebSub.html" target="_blank">WebSub</a>', // TODO + 'help' => 'About <a href="https://freshrss.github.io/FreshRSS/en/users/WebSub.html" target="_blank">WebSub</a>', ), ), 'update' => array( |
