Change the word labels to tags for consistency
This commit is contained in:
committed by
Julius Härtl
parent
b2f58b3404
commit
a2bef30759
@@ -38,7 +38,7 @@
|
||||
placeholder="<?php p($l->t('Add a label')); ?>"
|
||||
on-select="labelAssign($item, $model)"
|
||||
on-remove="labelRemove($item, $model)" ng-disabled="!boardservice.canEdit() || archived">
|
||||
<ui-select-match placeholder="<?php p($l->t('Select labels…')); ?>">
|
||||
<ui-select-match placeholder="<?php p($l->t('Select tags')); ?>">
|
||||
<span class="select-label" ng-style="{'background-color':'#{{$item.color}}','color':'{{ $item.color|textColorFilter }}'}">{{$item.title}} </span>
|
||||
</ui-select-match>
|
||||
<ui-select-choices
|
||||
|
||||
Reference in New Issue
Block a user