This commit is contained in:
Lance Pioch 2018-05-13 10:24:07 -04:00
parent 84edec6323
commit c6c37e1b88
10 changed files with 21 additions and 21 deletions

View file

@ -44,7 +44,7 @@ var TwoFactorModal = (function () {
});
$('#open2fa').modal('show');
}).fail(function (jqXHR) {
alert('An error occured while attempting to load the 2FA setup modal. Please try again.');
alert('An error occurred while attempting to load the 2FA setup modal. Please try again.');
console.error(jqXHR);
});