diff options
| author | 2021-12-27 19:24:58 +0800 | |
|---|---|---|
| committer | 2021-12-27 12:24:58 +0100 | |
| commit | 9e901d0eed45907b494e1f36d409293cb6ddf0bc (patch) | |
| tree | edc923b008d2d164d164e1f6dddffe723d0261a0 | |
| parent | 078dc65cbc21012eb9cfd2a14398f9ee3f26fcb7 (diff) | |
fix: incorrect translations (#4084)
| -rw-r--r-- | app/i18n/zh-cn/sub.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/i18n/zh-cn/sub.php b/app/i18n/zh-cn/sub.php index e67daff21..be736a944 100644 --- a/app/i18n/zh-cn/sub.php +++ b/app/i18n/zh-cn/sub.php @@ -68,7 +68,7 @@ return array( 'main_stream' => '在首页中显示', 'normal' => '在分类中显示', ), - 'proxy' => '获取原文时的代理', + 'proxy' => '获取订阅源时的代理', 'proxy_help' => '选择协议(例:SOCKS5)和代理地址(例:<kbd>127.0.0.1:1080</kbd>)', 'selector_preview' => array( 'show_raw' => '显示源码', |
