diff --git a/extensions/tags/js/src/admin/components/TagsPage.js b/extensions/tags/js/src/admin/components/TagsPage.js
index c414976a6..aef956b67 100644
--- a/extensions/tags/js/src/admin/components/TagsPage.js
+++ b/extensions/tags/js/src/admin/components/TagsPage.js
@@ -19,7 +19,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 f07144a1e..d650dac44 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 71999551a..7dcdfee0a 100644
--- a/framework/core/js/src/admin/components/PermissionGrid.tsx
+++ b/framework/core/js/src/admin/components/PermissionGrid.tsx
@@ -59,7 +59,12 @@ export default class PermissionGrid
{scope.label}{' '}
{!!scope.onremove && (
-
+
)}
))}
diff --git a/framework/core/js/src/common/components/Pagination.tsx b/framework/core/js/src/common/components/Pagination.tsx
index 5a21d439a..233f2e9f0 100644
--- a/framework/core/js/src/common/components/Pagination.tsx
+++ b/framework/core/js/src/common/components/Pagination.tsx
@@ -23,6 +23,7 @@ export default class Pagination onChange(1)}
icon="fas fa-step-backward"
className="Button Button--icon Pagination-first"
@@ -30,6 +31,7 @@ export default class Pagination onChange(currentPage - 1)}
icon="fas fa-chevron-left"
className="Button Button--icon Pagination-back"
@@ -77,6 +79,7 @@ export default class Pagination onChange(currentPage + 1)}
icon="fas fa-chevron-right"
className="Button Button--icon Pagination-next"
@@ -84,6 +87,7 @@ export default class Pagination onChange(totalPageCount)}
icon="fas fa-step-forward"
className="Button Button--icon Pagination-last"
diff --git a/framework/core/locale/core.yml b/framework/core/locale/core.yml
index 328620423..534166e48 100644
--- a/framework/core/locale/core.yml
+++ b/framework/core/locale/core.yml
@@ -310,6 +310,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