Commit ecda407012b7c9e2e31c548de6dd081e266ef3e9

Authored by Igor Kulikov
2 parents 5fbb3793 244bcc78

Merge branch 'master' into develop/3.0

... ... @@ -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;
... ...