From fddb0fe965ffecbcf8babdc2b435bbd10cfadf9d Mon Sep 17 00:00:00 2001 From: Sanne de Vries Date: Wed, 26 Apr 2023 16:55:25 +0200 Subject: [PATCH] Updated copy in post list "add tag" modal No ref --- ghost/admin/app/components/posts-list/modals/add-tag.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghost/admin/app/components/posts-list/modals/add-tag.hbs b/ghost/admin/app/components/posts-list/modals/add-tag.hbs index e683fa0900..97a2935e1e 100644 --- a/ghost/admin/app/components/posts-list/modals/add-tag.hbs +++ b/ghost/admin/app/components/posts-list/modals/add-tag.hbs @@ -18,7 +18,7 @@ @selected={{this.selectedTags}} @showCreateWhen={{this.shouldAllowCreate}} @triggerId={{this.triggerId}} - @placeholder="Select one or multiple tags" + @placeholder="Select tags or start typing" />