更新多语言

This commit is contained in:
whyour
2023-08-05 12:33:43 +08:00
parent 0bf28e9ab3
commit b1a242c8ee
30 changed files with 186 additions and 109 deletions
+1 -1
View File
@@ -392,7 +392,7 @@ const SubscriptionModal = ({
) {
return Promise.resolve();
} else {
return Promise.reject('Subscription表达式格式有误');
return Promise.reject(intl.get('Subscription表达式格式有误'));
}
},
},