Skip to content

Commit

Permalink
Dev Some small text fix
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Mar 26, 2021
1 parent ac76679 commit 3f5778c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/views/admin/token/bounce.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
'name' => 'bounceaccountencryption',
'value'=> strtolower($settings['bounceaccountencryption']),
'selectOptions'=>array(
"off"=>gT("Off (insecure)",'unescaped'),
"off"=>gT("Off (unsafe)",'unescaped'),
"ssl"=>gT("SSL/TLS",'unescaped'),
"tls"=>gT("StartTLS",'unescaped')
)
Expand Down

0 comments on commit 3f5778c

Please sign in to comment.