fix tls version (#2450)

This commit is contained in:
Yevhen Bondarenko 2020-03-04 15:47:49 +02:00 committed by GitHub
parent 90ae060cbe
commit 244bcc7822
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@ export default function AdminController(adminService, toast, $scope, $rootScope,
return protocol; return protocol;
}); });
vm.tlsVersions = ['TLSv1.0', 'TLSv1.1', 'TLSv1.2', 'TLSv1.3']; vm.tlsVersions = ['TLSv1', 'TLSv1.1', 'TLSv1.2', 'TLSv1.3'];
$translate('admin.test-mail-sent').then(function (translation) { $translate('admin.test-mail-sent').then(function (translation) {
vm.testMailSent = translation; vm.testMailSent = translation;