diff options
| author | 2023-09-15 08:20:38 +0200 | |
|---|---|---|
| committer | 2023-09-15 08:20:38 +0200 | |
| commit | 0beabc333f06c71797a1cbf457455c4ca51efec5 (patch) | |
| tree | fa3c30e8282e69be4d261a5bd18690c43ab24f69 /app/i18n/tr/admin.php | |
| parent | db53d2655b1771bd32fe2eb2c042b6b89f981c74 (diff) | |
Sensitive base-url (#5657)
https://github.com/FreshRSS/FreshRSS/pull/5656#issuecomment-1719802075
Make read-only while waiting for a better approach (which can wait till release 1.23)
Diffstat (limited to 'app/i18n/tr/admin.php')
| -rw-r--r-- | app/i18n/tr/admin.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/i18n/tr/admin.php b/app/i18n/tr/admin.php index 683fdca4c..d0132035d 100644 --- a/app/i18n/tr/admin.php +++ b/app/i18n/tr/admin.php @@ -187,6 +187,7 @@ return array( ), 'title' => 'Kullanıcı kayıt formu', ), + 'sensitive-parameter' => 'Sensitive parameter. Edit manually in <kbd>./data/config.php</kbd>', // TODO 'tos' => array( 'disabled' => 'is not given', // TODO 'enabled' => '<a href="./?a=tos">is enabled</a>', // TODO |
