1
0
mirror of https://github.com/1Panel-dev/1Panel.git synced 2025-01-31 22:18:07 +08:00

style: 修改主机记住密码显示标题 (#4061)

This commit is contained in:
ssongliu 2024-03-04 16:37:05 +08:00 committed by GitHub
parent e7f172520a
commit d42df7184c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -909,7 +909,7 @@ const message = {
ip: 'Address',
authMode: 'Auth Mode',
passwordMode: 'Password',
rememberPassword: 'Remember password',
rememberPassword: 'Remember Authentication Information',
keyMode: 'PrivateKey',
key: 'Private key',
keyPassword: 'Private key password',

View File

@ -867,7 +867,7 @@ const message = {
ip: '主機地址',
authMode: '認證方式',
passwordMode: '密碼認證',
rememberPassword: '記住密碼',
rememberPassword: '記住認證資訊',
keyMode: '私鑰認證',
key: '私鑰',
keyPassword: '私鑰密碼',

View File

@ -868,7 +868,7 @@ const message = {
ip: '主机地址',
authMode: '认证方式',
passwordMode: '密码认证',
rememberPassword: '记住密码',
rememberPassword: '记住认证信息',
keyMode: '私钥认证',
key: '私钥',
keyPassword: '私钥密码',