From 9e901d0eed45907b494e1f36d409293cb6ddf0bc Mon Sep 17 00:00:00 2001 From: Virgil Chen <26373319+VirgilChen97@users.noreply.github.com> Date: Mon, 27 Dec 2021 19:24:58 +0800 Subject: fix: incorrect translations (#4084) --- app/i18n/zh-cn/sub.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)和代理地址(例:127.0.0.1:1080)', 'selector_preview' => array( 'show_raw' => '显示源码', -- cgit v1.2.3