0
Fork 0
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:
Sanne de Vries 2023-04-26 16:55:25 +02:00
parent ad3fc7fce3
commit fddb0fe965

View file

@ -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>