From 4b168f4838b59e69a2eaa6562c8bfc34776d0816 Mon Sep 17 00:00:00 2001 From: zxhlyh Date: Sat, 26 Aug 2023 16:09:55 +0800 Subject: [PATCH] fix: maintenance notice (#1025) --- web/app/components/header/maintenance-notice.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/components/header/maintenance-notice.tsx b/web/app/components/header/maintenance-notice.tsx index e44a6721b5..584f4e0750 100644 --- a/web/app/components/header/maintenance-notice.tsx +++ b/web/app/components/header/maintenance-notice.tsx @@ -10,7 +10,7 @@ const NOTICE_I18N = { }, desc: { 'en': 'Our system will be unavailable from 19:00 to 24:00 UTC on August 28 for an upgrade. For questions, kindly contact our support team (support@dify.ai). We value your patience.', - 'zh-Hans': '为了有效提升数据检索能力及稳定性,Dify 将于 2022 年 8 月 29 日 03:00 至 08:00 期间进行服务升级,届时 Dify 云端版及应用将无法访问。感谢您的耐心与支持。', + 'zh-Hans': '为了有效提升数据检索能力及稳定性,Dify 将于 2023 年 8 月 29 日 03:00 至 08:00 期间进行服务升级,届时 Dify 云端版及应用将无法访问。感谢您的耐心与支持。', }, }