diff --git a/app/assets/javascripts/discourse/templates/tag-groups-show.hbs b/app/assets/javascripts/discourse/templates/tag-groups-show.hbs
index 6e289180a94..76953050399 100644
--- a/app/assets/javascripts/discourse/templates/tag-groups-show.hbs
+++ b/app/assets/javascripts/discourse/templates/tag-groups-show.hbs
@@ -7,6 +7,7 @@
       tags=model.tag_names
       everyTag=true
       allowCreate=true
+      filterPlaceholder="tagging.groups.tags_placeholder"
       unlimitedTagCount=true}}
   </section>
 
diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml
index aaf41756c72..1ffd824b0f4 100644
--- a/config/locales/client.en.yml
+++ b/config/locales/client.en.yml
@@ -3011,6 +3011,7 @@ en:
         about: "Add tags to groups to manage them more easily."
         new: "New Group"
         tags_label: "Tags in this group:"
+        tags_placeholder: "tags"
         parent_tag_label: "Parent tag:"
         parent_tag_placeholder: "Optional"
         parent_tag_description: "Tags from this group can't be used unless the parent tag is present."