fix: 修复添加认证源名称提示不对的问题

This commit is contained in:
Captain.B 2021-01-28 14:58:09 +08:00
parent 65446c1bb6
commit 215a181d23
4 changed files with 7 additions and 4 deletions

@ -1 +1 @@
Subproject commit 2b0af7c05f8148046fd17e4f2c06129367d69ac9
Subproject commit 53bd821bee65be3374f1ccc9a299cef9ac44b985

View File

@ -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',
}
};

View File

@ -1505,6 +1505,7 @@ export default {
},
auth_source: {
delete_prompt: '此操作会删除认证源,是否继续?',
title: '认证设置'
title: '认证设置',
auth_name_valid: '名称不支持特殊字符',
}
};

View File

@ -1503,6 +1503,7 @@ export default {
},
auth_source: {
delete_prompt: '此操作會刪除認證源,是否繼續? ',
title: '認證設置'
title: '認證設置',
auth_name_valid: '名稱不支持特殊字符',
}
};