chore: improve i18n

This commit is contained in:
Fu Diwei
2025-03-01 01:33:30 +08:00
parent 28647d6902
commit 853feecfcc
3 changed files with 11 additions and 11 deletions

View File

@@ -56,7 +56,7 @@ const ApplyNode = ({ node, disabled }: ApplyNodeProps) => {
const newNode = produce(node, (draft) => {
draft.config = {
...newValues,
challengeType: newValues.challengeType || "dns-01", // 默认使用 DNS-01 认证
challengeType: newValues.challengeType || "dns-01", // 默认使用 DNS-01 质询
};
draft.validated = true;
});