When you attempt to create a tag group without first adding a tag, a modal pops up with “tagging.groups.cannot_save.no_tags” instead of a meaningful message:
I can reproduce this.
I also went to the admin dashboard and went to the site text section and confirmed that the actual message exists.
Path is admin/customize/site_texts?locale=en&q=tagging.groups.cannot_save.no_tags
1 Like
This happens because the dialog shows the translation key instead of the value. Wrapping it in i18n() fixes this. I have opened a PR here:
3 Likes

