aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Aaron <2353920409@qq.com> 2022-04-26 14:38:07 +0800
committerGravatar GitHub <noreply@github.com> 2022-04-26 08:38:07 +0200
commit55e6b7ea4cfd0b20e3bea8360f7e780ded7183b7 (patch)
treed3eea344f09ef2dd6f2c3c69920bc807ecb4fb00
parent0bc9ff73006ddec27bdaafce2555ed800fa90323 (diff)
Update feedback.php (#4332)
fixed a translation error
-rw-r--r--app/i18n/zh-cn/feedback.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/i18n/zh-cn/feedback.php b/app/i18n/zh-cn/feedback.php
index 9dd4ecb88..32915ffcc 100644
--- a/app/i18n/zh-cn/feedback.php
+++ b/app/i18n/zh-cn/feedback.php
@@ -48,7 +48,7 @@ return array(
),
'enable' => array(
'ko' => '%s 启用失败。<a href="%s">检查 FreshRSS 日志</a> 查看详情。',
- 'ok' => '%s 现已禁用',
+ 'ok' => '%s 现已启用',
),
'no_access' => '你无权访问 %s',
'not_enabled' => '%s 未启用',