diff --git a/app/soapbox/features/ui/components/link_footer.js b/app/soapbox/features/ui/components/link_footer.js
index 0037bcb6c..d4176fa24 100644
--- a/app/soapbox/features/ui/components/link_footer.js
+++ b/app/soapbox/features/ui/components/link_footer.js
@@ -30,13 +30,13 @@ const LinkFooter = ({ onOpenHotkeys, account, onClickLogOut }) => (
{account && <>
-
-
-
-
+
+
+
+
{isStaff(account) && <>
-
+
>}
diff --git a/app/soapbox/locales/en.json b/app/soapbox/locales/en.json
index 6a9c398ce..38a77cb03 100644
--- a/app/soapbox/locales/en.json
+++ b/app/soapbox/locales/en.json
@@ -411,18 +411,18 @@
"morefollows.followers_label": "…and {count} more {count, plural, one {follower} other {followers}} on remote sites.",
"morefollows.following_label": "…and {count} more {count, plural, one {follow} other {follows}} on remote sites.",
"mute_modal.hide_notifications": "Hide notifications from this user?",
- "navigation_bar.admin_settings": "Admin settings",
- "navigation_bar.blocks": "Blocked users",
+ "navigation_bar.admin_settings": "AdminFE",
+ "navigation_bar.blocks": "Blocks",
"navigation_bar.compose": "Compose new post",
- "navigation_bar.domain_blocks": "Hidden domains",
+ "navigation_bar.domain_blocks": "Domain blocks",
"navigation_bar.favourites": "Likes",
- "navigation_bar.filters": "Muted words",
+ "navigation_bar.filters": "Filters",
"navigation_bar.follow_requests": "Follow requests",
"navigation_bar.import_data": "Import data",
"navigation_bar.info": "About this server",
"navigation_bar.keyboard_shortcuts": "Hotkeys",
"navigation_bar.logout": "Logout",
- "navigation_bar.mutes": "Muted users",
+ "navigation_bar.mutes": "Mutes",
"navigation_bar.pins": "Pinned posts",
"navigation_bar.preferences": "Preferences",
"navigation_bar.security": "Security",