From 140caf30f90f632e8da06da0901dd42d557e5db8 Mon Sep 17 00:00:00 2001 From: caishi <1149225589@qq.com> Date: Wed, 17 Jan 2024 15:09:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E7=A4=BA=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/forge/Main/sub/UpdateDescModal.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/forge/Main/sub/UpdateDescModal.jsx b/src/forge/Main/sub/UpdateDescModal.jsx index 0043b865a..56baa0245 100644 --- a/src/forge/Main/sub/UpdateDescModal.jsx +++ b/src/forge/Main/sub/UpdateDescModal.jsx @@ -41,7 +41,7 @@ function UpdateDescModal({form , visible , onCancel , onOk,desc,website,lesson_u if(value.length > 5){ callback("最多创建5个标签"); }else if(boolLength.length){ - callback("每个标签最多支持20个汉字"); + callback("每个标签最多支持20个字符"); }else if(bool.length){ callback("标签名只允许包含中文、字母、数字或者中划线(-), 不能以中划线开头"); }