fix: 修改数据库名称长度提示信息 (#1894)

This commit is contained in:
ssongliu 2023-08-09 17:20:12 +08:00 committed by GitHub
parent 3fffb3c8ec
commit 6c3a5b0ec7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -154,7 +154,7 @@ const message = {
commonName: 'Support English, Chinese, numbers, .-, and _ length 1-30',
userName: 'Support English, Chinese, numbers and _ length 3-30',
simpleName: 'Support English, numbers and _ length 1-30',
dbName: 'Support English, Chinese, numbers, .-, and _ length 1-16',
dbName: 'Support English, Chinese, numbers, .-, and _ length 1-64',
imageName: 'Support English, numbers, :/.-_, length 1-150',
volumeName: 'Support English, numbers, .-_, length 2-30',
complexityPassword:

View file

@ -155,7 +155,7 @@ const message = {
commonName: '支持英文中文數字.-和_,長度1-30',
userName: '支持英文中文數字和_,長度3-30',
simpleName: '支持英文數字_,長度1-30',
dbName: '支持英文中文數字.-_,長度1-16',
dbName: '支持英文中文數字.-_,長度1-64',
imageName: '支持英文數字:/.-_,長度1-150',
volumeName: '支持英文數字.-和_,長度2-30',
complexityPassword: '請輸入長度大於 8 位且包含字母數字特殊字符至少兩項的密碼組合',

View file

@ -155,7 +155,7 @@ const message = {
commonName: '支持英文中文数字.-和_,长度1-30',
userName: '支持英文中文数字和_,长度3-30',
simpleName: '支持英文数字_,长度1-30',
dbName: '支持英文中文数字.-_,长度1-16',
dbName: '支持英文中文数字.-_,长度1-64',
imageName: '支持英文数字:/.-_,长度1-150',
volumeName: '支持英文数字.-和_,长度2-30',
complexityPassword: '请输入长度大于 8 位且包含字母数字特殊字符至少两项的密码组合',