diff --git a/resources/lang/zh-CN/forms.php b/resources/lang/zh-CN/forms.php index 85b79181..5cd45d24 100644 --- a/resources/lang/zh-CN/forms.php +++ b/resources/lang/zh-CN/forms.php @@ -153,7 +153,7 @@ return [ 'days-of-incidents' => '显示多少天的故障?', 'time_before_refresh' => 'Status page refresh rate (in seconds).', 'banner' => '横幅图像', - 'banner-help' => "建议上传文件宽度不大于 930 像素。", + 'banner-help' => '建议上传文件宽度不大于 930 像素。', 'subscribers' => '允许用户订阅邮件通知', 'skip_subscriber_verification' => '是否跳过用户邮件验证?(小心,这可能会被滥用)', 'automatic_localization' => '根据访客的系统语言自动本地化状态页面', diff --git a/resources/lang/zh-TW/forms.php b/resources/lang/zh-TW/forms.php index ab7ac7b5..4fed0bd6 100644 --- a/resources/lang/zh-TW/forms.php +++ b/resources/lang/zh-TW/forms.php @@ -153,7 +153,7 @@ return [ 'days-of-incidents' => '顯示多少天前的事件?', 'time_before_refresh' => 'Status page refresh rate (in seconds).', 'banner' => 'Banner Image', - 'banner-help' => "橫幅寬度建議少於 930px 。", + 'banner-help' => '橫幅寬度建議少於 930px 。', 'subscribers' => '允許用戶訂閱郵件通知嗎?', 'skip_subscriber_verification' => 'Skip verifying of users? (Be warned, you could be spammed)', 'automatic_localization' => 'Automatically localise your status page to your visitor\'s language?',