mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
Updated copy in post list "add tag" modal
No ref
This commit is contained in:
parent
ad3fc7fce3
commit
fddb0fe965
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
||||||
@selected={{this.selectedTags}}
|
@selected={{this.selectedTags}}
|
||||||
@showCreateWhen={{this.shouldAllowCreate}}
|
@showCreateWhen={{this.shouldAllowCreate}}
|
||||||
@triggerId={{this.triggerId}}
|
@triggerId={{this.triggerId}}
|
||||||
@placeholder="Select one or multiple tags"
|
@placeholder="Select tags or start typing"
|
||||||
/>
|
/>
|
||||||
<GhErrorMessage @errors={{this.errors}} @property="tags" />
|
<GhErrorMessage @errors={{this.errors}} @property="tags" />
|
||||||
</GhFormGroup>
|
</GhFormGroup>
|
||||||
|
|
Loading…
Add table
Reference in a new issue