renamed tagfilter-title

Signed-off-by: fnuesse <felix.nuesse@t-online.de>
This commit is contained in:
fnuesse 2018-11-06 21:47:33 +01:00
parent 82520e9153
commit 93d6f1a7e8
No known key found for this signature in database
GPG key ID: 2089A3431243E819

View file

@ -177,7 +177,7 @@ style('passman', 'app');
<ul class="with-icon" ng-hide="!legacyNavbarCheckedState()">
<li class="taginput">
<a class="taginput icon-search">
<tags-input ng-model="selectedTags" replace-spaces-with-dashes="false">
<tags-input ng-model="selectedTags" replace-spaces-with-dashes="false" placeholder="{{ 'Filter Tags' | translate }}">
<auto-complete source="getTags($query)" min-length="0"></auto-complete>
</tags-input>
</a>