fix: 修复添加认证源名称提示不对的问题
This commit is contained in:
parent
65446c1bb6
commit
215a181d23
|
@ -1 +1 @@
|
|||
Subproject commit 2b0af7c05f8148046fd17e4f2c06129367d69ac9
|
||||
Subproject commit 53bd821bee65be3374f1ccc9a299cef9ac44b985
|
|
@ -1502,6 +1502,7 @@ export default {
|
|||
},
|
||||
auth_source: {
|
||||
delete_prompt: 'This operation will delete the authentication source, do you want to continue? ',
|
||||
title: 'Auth Source'
|
||||
title: 'Auth Source',
|
||||
auth_name_valid: 'Name does not support special characters',
|
||||
}
|
||||
};
|
||||
|
|
|
@ -1505,6 +1505,7 @@ export default {
|
|||
},
|
||||
auth_source: {
|
||||
delete_prompt: '此操作会删除认证源,是否继续?',
|
||||
title: '认证设置'
|
||||
title: '认证设置',
|
||||
auth_name_valid: '名称不支持特殊字符',
|
||||
}
|
||||
};
|
||||
|
|
|
@ -1503,6 +1503,7 @@ export default {
|
|||
},
|
||||
auth_source: {
|
||||
delete_prompt: '此操作會刪除認證源,是否繼續? ',
|
||||
title: '認證設置'
|
||||
title: '認證設置',
|
||||
auth_name_valid: '名稱不支持特殊字符',
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue