mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 10:37:42 -07:00
Typo fix at mail credentials block
This commit is contained in:
parent
32bd7f764f
commit
1441b2aa9c
4 changed files with 4 additions and 4 deletions
|
@ -135,7 +135,7 @@ $(document).ready(function() {
|
|||
$('#td_smtp_port').html('465');
|
||||
$('#td_smtp_encryption').html('SSL');
|
||||
break;
|
||||
case 'no_encriptyon':
|
||||
case 'no_encryption':
|
||||
$('#td_imap_hostname').html(opt.attr('domain'));
|
||||
$('#td_smtp_hostname').html(opt.attr('domain'));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue