Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -25,7 +25,7 @@ export default function AdminController(adminService, toast, $scope, $rootScope, |
25 | 25 | return protocol; |
26 | 26 | }); |
27 | 27 | |
28 | - vm.tlsVersions = ['TLSv1.0', 'TLSv1.1', 'TLSv1.2', 'TLSv1.3']; | |
28 | + vm.tlsVersions = ['TLSv1', 'TLSv1.1', 'TLSv1.2', 'TLSv1.3']; | |
29 | 29 | |
30 | 30 | $translate('admin.test-mail-sent').then(function (translation) { |
31 | 31 | vm.testMailSent = translation; | ... | ... |