Translation improvements for Email Credentials

This commit is contained in:
dpeca 2017-04-14 15:40:38 +02:00
parent 9347c2aa04
commit 43e03d1845
36 changed files with 72 additions and 38 deletions

View file

@ -155,9 +155,9 @@ $(document).ready(function() {
break;
case 'ssl':
$('#td_imap_port').html('993');
$('#td_imap_encryption').html('SSL');
$('#td_imap_encryption').html('SSL / TLS');
$('#td_smtp_port').html('465');
$('#td_smtp_encryption').html('SSL');
$('#td_smtp_encryption').html('SSL / TLS');
break;
case 'no_encryption':
$('#td_imap_hostname').html(opt.attr('domain'));

View file

@ -156,9 +156,9 @@ $(document).ready(function() {
break;
case 'ssl':
$('#td_imap_port').html('993');
$('#td_imap_encryption').html('SSL');
$('#td_imap_encryption').html('SSL / TLS');
$('#td_smtp_port').html('465');
$('#td_smtp_encryption').html('SSL');
$('#td_smtp_encryption').html('SSL / TLS');
break;
case 'no_encryption':
$('#td_imap_hostname').html(opt.attr('domain'));