Skip to content

Commit

Permalink
#240 Fix a typo on the alert filter panel
Browse files Browse the repository at this point in the history
  • Loading branch information
nadouani committed Jun 19, 2017
1 parent 0905aed commit 959b5b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/app/views/partials/alert/list/filters.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ <h4>Filters</h4>
<tags-input class="form-control form-control-wrapper"
min-length="2"
ng-model="$vm.filtering.activeFilters.status.value"
placeholder="ex: New, Update"
placeholder="ex: New, Updated, Ignored, Imported"
replace-spaces-with-dashes="false">
<auto-complete load-on-focus="true" min-length="1" source="$vm.getStatuses($query)"></auto-complete>
</tags-input>
Expand Down

0 comments on commit 959b5b2

Please sign in to comment.