Skip to content

Commit

Permalink
fixes #6018 - fixes typo in Existing Items, BZ 1103283
Browse files Browse the repository at this point in the history
  • Loading branch information
cfouant committed Jun 2, 2014
1 parent 6363f1a commit 3e3dcbf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ <h4 translate>Custom Information</h4>
You don't have any custom information, add some above
</p>
<div class="existing-items" ng-show="contentHost.customInfo.length > 0">
<h5 translate>Exsting Items</h5>
<h5 translate>Existing Items</h5>
<input type="text" ng-model="searchTerm" placeholder="{{ 'Filter' | translate }}"/>
<div class="details-container">
<div class="detail" ng-repeat="customInfo in contentHost.customInfo | filter:searchTerm">
Expand Down

0 comments on commit 3e3dcbf

Please sign in to comment.