occurred typo

This commit is contained in:
Kyle Spearrin 2017-05-09 14:23:39 -04:00
parent 1f73269480
commit 816cc0b17b
33 changed files with 35 additions and 35 deletions

View File

@ -1,7 +1,7 @@
<p class="login-box-msg">Log in to access your vault.</p> <p class="login-box-msg">Log in to access your vault.</p>
<form name="loginForm" ng-submit="loginForm.$valid && login(model)" api-form="loginPromise"> <form name="loginForm" ng-submit="loginForm.$valid && login(model)" api-form="loginPromise">
<div class="callout callout-danger validation-errors" ng-show="loginForm.$errors"> <div class="callout callout-danger validation-errors" ng-show="loginForm.$errors">
<h4>Errors have occured</h4> <h4>Errors have occurred</h4>
<ul> <ul>
<li ng-repeat="e in loginForm.$errors">{{e}}</li> <li ng-repeat="e in loginForm.$errors">{{e}}</li>
</ul> </ul>

View File

@ -1,7 +1,7 @@
<p class="login-box-msg">Enter your two-step verification code.</p> <p class="login-box-msg">Enter your two-step verification code.</p>
<form name="twoFactorForm" ng-submit="twoFactorForm.$valid && twoFactor(model)" api-form="twoFactorPromise"> <form name="twoFactorForm" ng-submit="twoFactorForm.$valid && twoFactor(model)" api-form="twoFactorPromise">
<div class="callout callout-danger validation-errors" ng-show="twoFactorForm.$errors"> <div class="callout callout-danger validation-errors" ng-show="twoFactorForm.$errors">
<h4>Errors have occured</h4> <h4>Errors have occurred</h4>
<ul> <ul>
<li ng-repeat="e in twoFactorForm.$errors">{{e}}</li> <li ng-repeat="e in twoFactorForm.$errors">{{e}}</li>
</ul> </ul>

View File

@ -13,7 +13,7 @@
<form name="passwordHintForm" ng-submit="passwordHintForm.$valid && submit(model)" ng-show="!success" <form name="passwordHintForm" ng-submit="passwordHintForm.$valid && submit(model)" ng-show="!success"
api-form="submitPromise"> api-form="submitPromise">
<div class="callout callout-danger validation-errors" ng-show="passwordHintForm.$errors"> <div class="callout callout-danger validation-errors" ng-show="passwordHintForm.$errors">
<h4>Errors have occured</h4> <h4>Errors have occurred</h4>
<ul> <ul>
<li ng-repeat="e in passwordHintForm.$errors">{{e}}</li> <li ng-repeat="e in passwordHintForm.$errors">{{e}}</li>
</ul> </ul>

View File

@ -13,7 +13,7 @@
<form name="recoverForm" ng-submit="recoverForm.$valid && submit(model)" ng-show="!success" <form name="recoverForm" ng-submit="recoverForm.$valid && submit(model)" ng-show="!success"
api-form="submitPromise"> api-form="submitPromise">
<div class="callout callout-danger validation-errors" ng-show="recoverForm.$errors"> <div class="callout callout-danger validation-errors" ng-show="recoverForm.$errors">
<h4>Errors have occured</h4> <h4>Errors have occurred</h4>
<ul> <ul>
<li ng-repeat="e in recoverForm.$errors">{{e}}</li> <li ng-repeat="e in recoverForm.$errors">{{e}}</li>
</ul> </ul>

View File

@ -18,7 +18,7 @@
<p>Before creating your organization, you first need to create a free personal account.</p> <p>Before creating your organization, you first need to create a free personal account.</p>
</div> </div>
<div class="callout callout-danger validation-errors" ng-show="registerForm.$errors"> <div class="callout callout-danger validation-errors" ng-show="registerForm.$errors">
<h4>Errors have occured</h4> <h4>Errors have occurred</h4>
<ul> <ul>
<li ng-repeat="e in registerForm.$errors">{{e}}</li> <li ng-repeat="e in registerForm.$errors">{{e}}</li>
</ul> </ul>

View File

@ -22,7 +22,7 @@
</p> </p>
</div> </div>
<div class="callout callout-danger validation-errors" ng-show="form.$errors"> <div class="callout callout-danger validation-errors" ng-show="form.$errors">
<h4>Errors have occured</h4> <h4>Errors have occurred</h4>
<ul> <ul>
<li ng-repeat="e in form.$errors">{{e}}</li> <li ng-repeat="e in form.$errors">{{e}}</li>
</ul> </ul>

View File

@ -8,7 +8,7 @@
<form name="form" ng-submit="form.$valid && submit()" api-form="submitPromise"> <form name="form" ng-submit="form.$valid && submit()" api-form="submitPromise">
<div class="modal-body"> <div class="modal-body">
<div class="callout callout-danger validation-errors" ng-show="form.$errors"> <div class="callout callout-danger validation-errors" ng-show="form.$errors">
<h4>Errors have occured</h4> <h4>Errors have occurred</h4>
<ul> <ul>
<li ng-repeat="e in form.$errors">{{e}}</li> <li ng-repeat="e in form.$errors">{{e}}</li>
</ul> </ul>

View File

@ -15,7 +15,7 @@
</p> </p>
</div> </div>
<div class="callout callout-danger validation-errors" ng-show="form.$errors"> <div class="callout callout-danger validation-errors" ng-show="form.$errors">
<h4>Errors have occured</h4> <h4>Errors have occurred</h4>
<ul> <ul>
<li ng-repeat="e in form.$errors">{{e}}</li> <li ng-repeat="e in form.$errors">{{e}}</li>
</ul> </ul>

View File

@ -16,7 +16,7 @@
</p> </p>
</div> </div>
<div class="callout callout-danger validation-errors" ng-show="form.$errors"> <div class="callout callout-danger validation-errors" ng-show="form.$errors">
<h4>Errors have occured</h4> <h4>Errors have occurred</h4>
<ul> <ul>
<li ng-repeat="e in form.$errors">{{e}}</li> <li ng-repeat="e in form.$errors">{{e}}</li>
</ul> </ul>

View File

@ -14,7 +14,7 @@
Deleting this organization is permanent. It cannot be undone. Deleting this organization is permanent. It cannot be undone.
</div> </div>
<div class="callout callout-danger validation-errors" ng-show="form.$errors"> <div class="callout callout-danger validation-errors" ng-show="form.$errors">
<h4>Errors have occured</h4> <h4>Errors have occurred</h4>
<ul> <ul>
<li ng-repeat="e in form.$errors">{{e}}</li> <li ng-repeat="e in form.$errors">{{e}}</li>
</ul> </ul>

View File

@ -12,7 +12,7 @@
</p> </p>
</div> </div>
<div class="callout callout-danger validation-errors" ng-show="form.$errors"> <div class="callout callout-danger validation-errors" ng-show="form.$errors">
<h4>Errors have occured</h4> <h4>Errors have occurred</h4>
<ul> <ul>
<li ng-repeat="e in form.$errors">{{e}}</li> <li ng-repeat="e in form.$errors">{{e}}</li>
</ul> </ul>

View File

@ -12,7 +12,7 @@
</p> </p>
</div> </div>
<div class="callout callout-danger validation-errors" ng-show="form.$errors"> <div class="callout callout-danger validation-errors" ng-show="form.$errors">
<h4>Errors have occured</h4> <h4>Errors have occurred</h4>
<ul> <ul>
<li ng-repeat="e in form.$errors">{{e}}</li> <li ng-repeat="e in form.$errors">{{e}}</li>
</ul> </ul>

View File

@ -5,7 +5,7 @@
<form name="form" ng-submit="form.$valid && submit()" api-form="submitPromise"> <form name="form" ng-submit="form.$valid && submit()" api-form="submitPromise">
<div class="modal-body"> <div class="modal-body">
<div class="callout callout-danger validation-errors" ng-show="form.$errors"> <div class="callout callout-danger validation-errors" ng-show="form.$errors">
<h4>Errors have occured</h4> <h4>Errors have occurred</h4>
<ul> <ul>
<li ng-repeat="e in form.$errors">{{e}}</li> <li ng-repeat="e in form.$errors">{{e}}</li>
</ul> </ul>

View File

@ -9,7 +9,7 @@
a bitwarden account already, they will be prompted to create a new account. a bitwarden account already, they will be prompted to create a new account.
</p> </p>
<div class="callout callout-danger validation-errors" ng-show="inviteForm.$errors"> <div class="callout callout-danger validation-errors" ng-show="inviteForm.$errors">
<h4>Errors have occured</h4> <h4>Errors have occurred</h4>
<ul> <ul>
<li ng-repeat="e in inviteForm.$errors">{{e}}</li> <li ng-repeat="e in inviteForm.$errors">{{e}}</li>
</ul> </ul>

View File

@ -14,7 +14,7 @@
<div class="row"> <div class="row">
<div class="col-sm-9"> <div class="col-sm-9">
<div class="callout callout-danger validation-errors" ng-show="generalForm.$errors"> <div class="callout callout-danger validation-errors" ng-show="generalForm.$errors">
<h4>Errors have occured</h4> <h4>Errors have occurred</h4>
<ul> <ul>
<li ng-repeat="e in generalForm.$errors">{{e}}</li> <li ng-repeat="e in generalForm.$errors">{{e}}</li>
</ul> </ul>

View File

@ -6,7 +6,7 @@
<div class="modal-body"> <div class="modal-body">
<p>Edit the collections that this login is being shared with.</p> <p>Edit the collections that this login is being shared with.</p>
<div class="callout callout-danger validation-errors" ng-show="form.$errors"> <div class="callout callout-danger validation-errors" ng-show="form.$errors">
<h4>Errors have occured</h4> <h4>Errors have occurred</h4>
<ul> <ul>
<li ng-repeat="e in form.$errors">{{e}}</li> <li ng-repeat="e in form.$errors">{{e}}</li>
</ul> </ul>

View File

@ -6,7 +6,7 @@
_service.addErrors = function (form, reason) { _service.addErrors = function (form, reason) {
var data = reason.data; var data = reason.data;
var defaultErrorMessage = 'An unexpected error has occured.'; var defaultErrorMessage = 'An unexpected error has occurred.';
form.$errors = []; form.$errors = [];
if (!data || !angular.isObject(data)) { if (!data || !angular.isObject(data)) {

View File

@ -14,7 +14,7 @@
<div class="row"> <div class="row">
<div class="col-sm-9"> <div class="col-sm-9">
<div class="callout callout-danger validation-errors" ng-show="generalForm.$errors"> <div class="callout callout-danger validation-errors" ng-show="generalForm.$errors">
<h4>Errors have occured</h4> <h4>Errors have occurred</h4>
<ul> <ul>
<li ng-repeat="e in generalForm.$errors">{{e}}</li> <li ng-repeat="e in generalForm.$errors">{{e}}</li>
</ul> </ul>
@ -62,7 +62,7 @@
<div class="row"> <div class="row">
<div class="col-sm-9"> <div class="col-sm-9">
<div class="callout callout-danger validation-errors" ng-show="masterPasswordForm.$errors"> <div class="callout callout-danger validation-errors" ng-show="masterPasswordForm.$errors">
<h4>Errors have occured</h4> <h4>Errors have occurred</h4>
<ul> <ul>
<li ng-repeat="e in masterPasswordForm.$errors">{{e}}</li> <li ng-repeat="e in masterPasswordForm.$errors">{{e}}</li>
</ul> </ul>

View File

@ -5,7 +5,7 @@
<form name="domainAddEditForm" ng-submit="domainAddEditForm.$valid && submit(domainAddEditForm)"> <form name="domainAddEditForm" ng-submit="domainAddEditForm.$valid && submit(domainAddEditForm)">
<div class="modal-body"> <div class="modal-body">
<div class="callout callout-danger validation-errors" ng-show="domainAddEditForm.$errors"> <div class="callout callout-danger validation-errors" ng-show="domainAddEditForm.$errors">
<h4>Errors have occured</h4> <h4>Errors have occurred</h4>
<ul> <ul>
<li ng-repeat="e in domainAddEditForm.$errors">{{e}}</li> <li ng-repeat="e in domainAddEditForm.$errors">{{e}}</li>
</ul> </ul>

View File

@ -6,7 +6,7 @@
<div class="modal-body"> <div class="modal-body">
<p>Below you can change your account's email address.</p> <p>Below you can change your account's email address.</p>
<div class="callout callout-danger validation-errors" ng-show="changeEmailForm.$errors"> <div class="callout callout-danger validation-errors" ng-show="changeEmailForm.$errors">
<h4>Errors have occured</h4> <h4>Errors have occurred</h4>
<ul> <ul>
<li ng-repeat="e in changeEmailForm.$errors">{{e}}</li> <li ng-repeat="e in changeEmailForm.$errors">{{e}}</li>
</ul> </ul>

View File

@ -11,7 +11,7 @@
Proceeding will log you out of your current session, requiring you to log back in. Proceeding will log you out of your current session, requiring you to log back in.
</div> </div>
<div class="callout callout-danger validation-errors" ng-show="changePasswordForm.$errors"> <div class="callout callout-danger validation-errors" ng-show="changePasswordForm.$errors">
<h4>Errors have occured</h4> <h4>Errors have occurred</h4>
<ul> <ul>
<li ng-repeat="e in changePasswordForm.$errors">{{e}}</li> <li ng-repeat="e in changePasswordForm.$errors">{{e}}</li>
</ul> </ul>

View File

@ -13,7 +13,7 @@
</div> </div>
<div class="box-body"> <div class="box-body">
<div class="callout callout-danger validation-errors" ng-show="createOrgForm.$errors"> <div class="callout callout-danger validation-errors" ng-show="createOrgForm.$errors">
<h4>Errors have occured</h4> <h4>Errors have occurred</h4>
<ul> <ul>
<li ng-repeat="e in createOrgForm.$errors">{{e}}</li> <li ng-repeat="e in createOrgForm.$errors">{{e}}</li>
</ul> </ul>

View File

@ -10,7 +10,7 @@
Deleting your account is permanent. It cannot be undone. Deleting your account is permanent. It cannot be undone.
</div> </div>
<div class="callout callout-danger validation-errors" ng-show="deleteAccountForm.$errors"> <div class="callout callout-danger validation-errors" ng-show="deleteAccountForm.$errors">
<h4>Errors have occured</h4> <h4>Errors have occurred</h4>
<ul> <ul>
<li ng-repeat="e in deleteAccountForm.$errors">{{e}}</li> <li ng-repeat="e in deleteAccountForm.$errors">{{e}}</li>
</ul> </ul>

View File

@ -12,7 +12,7 @@
Proceeding will log you out of your current session as well, requiring you to log back in. Proceeding will log you out of your current session as well, requiring you to log back in.
</div> </div>
<div class="callout callout-danger validation-errors" ng-show="logoutSessionsForm.$errors"> <div class="callout callout-danger validation-errors" ng-show="logoutSessionsForm.$errors">
<h4>Errors have occured</h4> <h4>Errors have occurred</h4>
<ul> <ul>
<li ng-repeat="e in logoutSessionsForm.$errors">{{e}}</li> <li ng-repeat="e in logoutSessionsForm.$errors">{{e}}</li>
</ul> </ul>

View File

@ -11,7 +11,7 @@
</p> </p>
<p ng-show="!enabled()">To get started with two-step log in enter your master password below.</p> <p ng-show="!enabled()">To get started with two-step log in enter your master password below.</p>
<div class="callout callout-danger validation-errors" ng-show="authTwoStepForm.$errors"> <div class="callout callout-danger validation-errors" ng-show="authTwoStepForm.$errors">
<h4>Errors have occured</h4> <h4>Errors have occurred</h4>
<ul> <ul>
<li ng-repeat="e in authTwoStepForm.$errors">{{e}}</li> <li ng-repeat="e in authTwoStepForm.$errors">{{e}}</li>
</ul> </ul>
@ -105,7 +105,7 @@
</div> </div>
<hr ng-show="enabled()" /> <hr ng-show="enabled()" />
<div class="callout callout-danger validation-errors" ng-show="updateTwoStepForm.$errors"> <div class="callout callout-danger validation-errors" ng-show="updateTwoStepForm.$errors">
<h4>Errors have occured</h4> <h4>Errors have occurred</h4>
<ul> <ul>
<li ng-repeat="e in updateTwoStepForm.$errors">{{e}}</li> <li ng-repeat="e in updateTwoStepForm.$errors">{{e}}</li>
</ul> </ul>

View File

@ -11,7 +11,7 @@
over unsecure channels (such as email). Delete it immediately after you are done using it. over unsecure channels (such as email). Delete it immediately after you are done using it.
</div> </div>
<div class="callout callout-danger validation-errors" ng-show="exportForm.$errors"> <div class="callout callout-danger validation-errors" ng-show="exportForm.$errors">
<h4>Errors have occured</h4> <h4>Errors have occurred</h4>
<ul> <ul>
<li ng-repeat="e in exportForm.$errors">{{e}}</li> <li ng-repeat="e in exportForm.$errors">{{e}}</li>
</ul> </ul>

View File

@ -5,7 +5,7 @@
<form name="importForm" ng-submit="importForm.$valid && import(model, importForm)" ng-show="!processing"> <form name="importForm" ng-submit="importForm.$valid && import(model, importForm)" ng-show="!processing">
<div class="modal-body"> <div class="modal-body">
<div class="callout callout-danger validation-errors" ng-show="importForm.$errors"> <div class="callout callout-danger validation-errors" ng-show="importForm.$errors">
<h4>Errors have occured</h4> <h4>Errors have occurred</h4>
<ul> <ul>
<li ng-repeat="e in importForm.$errors">{{e}}</li> <li ng-repeat="e in importForm.$errors">{{e}}</li>
</ul> </ul>

View File

@ -5,7 +5,7 @@
<form name="addFolderForm" ng-submit="addFolderForm.$valid && save(folder)" api-form="savePromise"> <form name="addFolderForm" ng-submit="addFolderForm.$valid && save(folder)" api-form="savePromise">
<div class="modal-body"> <div class="modal-body">
<div class="callout callout-danger validation-errors" ng-show="addFolderForm.$errors"> <div class="callout callout-danger validation-errors" ng-show="addFolderForm.$errors">
<h4>Errors have occured</h4> <h4>Errors have occurred</h4>
<ul> <ul>
<li ng-repeat="e in addFolderForm.$errors">{{e}}</li> <li ng-repeat="e in addFolderForm.$errors">{{e}}</li>
</ul> </ul>

View File

@ -5,7 +5,7 @@
<form name="addLoginForm" ng-submit="addLoginForm.$valid && save(login)" api-form="savePromise"> <form name="addLoginForm" ng-submit="addLoginForm.$valid && save(login)" api-form="savePromise">
<div class="modal-body"> <div class="modal-body">
<div class="callout callout-danger validation-errors" ng-show="addLoginForm.$errors"> <div class="callout callout-danger validation-errors" ng-show="addLoginForm.$errors">
<h4>Errors have occured</h4> <h4>Errors have occurred</h4>
<ul> <ul>
<li ng-repeat="e in addLoginForm.$errors">{{e}}</li> <li ng-repeat="e in addLoginForm.$errors">{{e}}</li>
</ul> </ul>

View File

@ -5,7 +5,7 @@
<form name="editFolderForm" ng-submit="editFolderForm.$valid && save(folder)" api-form="savePromise"> <form name="editFolderForm" ng-submit="editFolderForm.$valid && save(folder)" api-form="savePromise">
<div class="modal-body"> <div class="modal-body">
<div class="callout callout-danger validation-errors" ng-show="editFolderForm.$errors"> <div class="callout callout-danger validation-errors" ng-show="editFolderForm.$errors">
<h4>Errors have occured</h4> <h4>Errors have occurred</h4>
<ul> <ul>
<li ng-repeat="e in editFolderForm.$errors">{{e}}</li> <li ng-repeat="e in editFolderForm.$errors">{{e}}</li>
</ul> </ul>

View File

@ -7,7 +7,7 @@
<form name="editLoginForm" ng-submit="editLoginForm.$valid && save(login)" api-form="savePromise"> <form name="editLoginForm" ng-submit="editLoginForm.$valid && save(login)" api-form="savePromise">
<div class="modal-body"> <div class="modal-body">
<div class="callout callout-danger validation-errors" ng-show="editLoginForm.$errors"> <div class="callout callout-danger validation-errors" ng-show="editLoginForm.$errors">
<h4>Errors have occured</h4> <h4>Errors have occurred</h4>
<ul> <ul>
<li ng-repeat="e in editLoginForm.$errors">{{e}}</li> <li ng-repeat="e in editLoginForm.$errors">{{e}}</li>
</ul> </ul>

View File

@ -6,7 +6,7 @@
<div class="modal-body"> <div class="modal-body">
<p>Edit the collections that this login is being shared with.</p> <p>Edit the collections that this login is being shared with.</p>
<div class="callout callout-danger validation-errors" ng-show="form.$errors"> <div class="callout callout-danger validation-errors" ng-show="form.$errors">
<h4>Errors have occured</h4> <h4>Errors have occurred</h4>
<ul> <ul>
<li ng-repeat="e in form.$errors">{{e}}</li> <li ng-repeat="e in form.$errors">{{e}}</li>
</ul> </ul>

View File

@ -6,7 +6,7 @@
<div class="modal-body"> <div class="modal-body">
<p>Choose an organization that you wish to share this login with.</p> <p>Choose an organization that you wish to share this login with.</p>
<div class="callout callout-danger validation-errors" ng-show="form.$errors"> <div class="callout callout-danger validation-errors" ng-show="form.$errors">
<h4>Errors have occured</h4> <h4>Errors have occurred</h4>
<ul> <ul>
<li ng-repeat="e in form.$errors">{{e}}</li> <li ng-repeat="e in form.$errors">{{e}}</li>
</ul> </ul>