Skip to content

Commit

Permalink
#106 Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nadouani committed Feb 20, 2017
1 parent d713315 commit 7b3ccc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/app/views/partials/observables/creation/error.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="alert alert-danger">
Failes to create the following observables
Failed to create the following observables
</div>
<table class="table table-striped">
<thead>
Expand All @@ -9,7 +9,7 @@
<tbody>
<tr ng-repeat="o in failedObservables">
<td class="wrap">{{o.data | fang}}</td>
<td class="nowrap" ng-switch="o.type">
<td class="nowrap" ng-switch="o.type">
<span ng-switch-when="CreateError">Already exists</span>
<span ng-switch-when="ConflictError">Already exists</span>
<span ng-switch-when="AttributeError">Format error</span>
Expand Down

0 comments on commit 7b3ccc1

Please sign in to comment.