fix(仪表板): 分享链接自定义密码无错误提示
This commit is contained in:
parent
b8330a84f3
commit
566aa86fe4
@ -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',
|
||||
|
||||
@ -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: '下一個',
|
||||
|
||||
@ -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: '下一个',
|
||||
|
||||
2
de-xpack
2
de-xpack
@ -1 +1 @@
|
||||
Subproject commit 7dc82ac0883ef2463995f5c82fa800379fefbea4
|
||||
Subproject commit 58e94f1464745d0ae77569925b146a697e418db0
|
||||
Loading…
Reference in New Issue
Block a user