mirror of
https://github.com/whyour/qinglong.git
synced 2026-08-12 03:10:48 +08:00
更新多语言
This commit is contained in:
@@ -99,7 +99,7 @@ const CronModal = ({
|
||||
if (!value || cronParse.parseExpression(value).hasNext()) {
|
||||
return Promise.resolve();
|
||||
} else {
|
||||
return Promise.reject('Cron表达式格式有误');
|
||||
return Promise.reject(intl.get('Cron表达式格式有误'));
|
||||
}
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user