1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-20 02:03:39 +00:00

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

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

View File

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