feat: 修改网站导入证书的描述 (#4202)

Refs https://github.com/1Panel-dev/1Panel/issues/4184
pull/4203/head
zhengkunwang 9 months ago committed by GitHub
parent a0907592b2
commit 341f45b4ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1824,7 +1824,7 @@ const message = {
imported: 'Manually Created', imported: 'Manually Created',
importType: 'Import Type', importType: 'Import Type',
pasteSSL: 'Paste code', pasteSSL: 'Paste code',
localSSL: 'Select local file', localSSL: 'Select server file',
privateKeyPath: 'Private key file', privateKeyPath: 'Private key file',
certificatePath: 'Certificate file', certificatePath: 'Certificate file',
ipWhiteListHelper: 'The role of IP whitelist: all rules are invalid for IP whitelist', ipWhiteListHelper: 'The role of IP whitelist: all rules are invalid for IP whitelist',

@ -1706,7 +1706,7 @@ const message = {
imported: '', imported: '',
importType: '', importType: '',
pasteSSL: '', pasteSSL: '',
localSSL: '', localSSL: '',
privateKeyPath: '', privateKeyPath: '',
certificatePath: '', certificatePath: '',
ipWhiteListHelper: 'IPIP', ipWhiteListHelper: 'IPIP',

@ -1706,7 +1706,7 @@ const message = {
imported: '', imported: '',
importType: '', importType: '',
pasteSSL: '', pasteSSL: '',
localSSL: '', localSSL: '',
privateKeyPath: '', privateKeyPath: '',
certificatePath: '', certificatePath: '',
ipWhiteListHelper: 'IP IP', ipWhiteListHelper: 'IP IP',

Loading…
Cancel
Save