diff --git a/extensions/tags/js/src/admin/components/TagsPage.js b/extensions/tags/js/src/admin/components/TagsPage.js
index 4564869bb9..54611b4fc8 100644
--- a/extensions/tags/js/src/admin/components/TagsPage.js
+++ b/extensions/tags/js/src/admin/components/TagsPage.js
@@ -16,7 +16,12 @@ function tagItem(tag) {
{tagIcon(tag)}
{tag.name()}
-
{!tag.isChild() && tag.position() !== null && (
diff --git a/extensions/tags/locale/en.yml b/extensions/tags/locale/en.yml
index 3890539d2d..bb44b2a73a 100644
--- a/extensions/tags/locale/en.yml
+++ b/extensions/tags/locale/en.yml
@@ -56,6 +56,7 @@ flarum-tags:
about_tags_text: "Tags are used to categorize discussions. Primary tags are like traditional forum categories: they can be arranged in a two-level hierarchy. Secondary tags do not have hierarchy or order, and are useful for micro-categorization."
create_primary_tag_button: Create Primary Tag
create_secondary_tag_button: Create Secondary Tag
+ edit_tag_label: Edit Tag {tag}
primary_heading: Primary Tags
secondary_heading: Secondary Tags
settings_heading: Settings
diff --git a/framework/core/js/src/admin/components/PermissionGrid.tsx b/framework/core/js/src/admin/components/PermissionGrid.tsx
index 76ae8d1cb7..39d9cfbb64 100644
--- a/framework/core/js/src/admin/components/PermissionGrid.tsx
+++ b/framework/core/js/src/admin/components/PermissionGrid.tsx
@@ -57,7 +57,12 @@ export default class PermissionGrid
{scope.label}{' '}
{!!scope.onremove && (
-
+
)}
))}
diff --git a/framework/core/locale/core.yml b/framework/core/locale/core.yml
index 7808c5d0aa..2b3924839d 100644
--- a/framework/core/locale/core.yml
+++ b/framework/core/locale/core.yml
@@ -226,6 +226,7 @@ core:
participate_heading: Participate
post_without_throttle_label: Reply multiple times without waiting
read_heading: Read
+ remove_scope_label: Remove scope of {scope}
rename_discussions_label: Rename discussions
reply_to_discussions_label: Reply to discussions
search_users_label: => core.ref.search_users