fix(仪表板): 分享链接自定义密码无错误提示

This commit is contained in:
fit2cloud-chenyw 2024-11-17 17:08:46 +08:00
parent b8330a84f3
commit 566aa86fe4
4 changed files with 4 additions and 4 deletions

View File

@ -419,7 +419,7 @@ export default {
error_link_hint: 'Link format is incorrect. Please refill!',
password_null_hint: 'Password cannot be empty. Please re-enter!',
password_hint:
'Password must be a 4-10 character string containing numbers, letters, and special characters [!@#$%^&*()_+]',
"Password must be a 4-10 character string containing numbers, letters, and special characters [!{'@'}#$%^&*()_+]",
max_ticket_count: 'Supports up to 5 Tickets creation',
last: 'Previous',
next: 'Next',

View File

@ -166,7 +166,7 @@ export default {
error_password_hint: '密碼格式錯誤請重新填寫',
error_link_hint: '鏈接格式錯誤請重新填寫',
password_null_hint: '密碼不能為空請重新輸入',
password_hint: '密碼必須是包含數字字母特殊字符[!@#$%^&*()_+]的4-10位字符串',
password_hint: "密碼必須是包含數字、字母、特殊字符[!{'@'}#$%^&*()_+]的4-10位字符串",
max_ticket_count: '最多支持創建5個Ticket',
last: '上一個',
next: '下一個',

View File

@ -166,7 +166,7 @@ export default {
error_password_hint: '密码格式错误请重新填写',
error_link_hint: '链接格式错误请重新填写',
password_null_hint: '密码不能为空请重新输入',
password_hint: '密码必须是包含数字字母特殊字符[!@#$%^&*()_+]的4-10位字符串',
password_hint: "密码必须是包含数字、字母、特殊字符[!{'@'}#$%^&*()_+]的4-10位字符串",
max_ticket_count: '最多支持创建5个Ticket',
last: '上一个',
next: '下一个',

@ -1 +1 @@
Subproject commit 7dc82ac0883ef2463995f5c82fa800379fefbea4
Subproject commit 58e94f1464745d0ae77569925b146a697e418db0