diff --git a/locales/en-US.yml b/locales/en-US.yml
index 8a0c4e707..a7c7316bf 100644
--- a/locales/en-US.yml
+++ b/locales/en-US.yml
@@ -1294,7 +1294,6 @@ _notification:
yourFollowRequestAccepted: "Your follow request was accepted"
youWereInvitedToGroup: "{userName} invited you to a group"
pollEnded: "Poll results have become available"
- moved: "{name} has moved to a different account"
emptyPushNotificationMessage: "Push notifications have been updated"
_types:
follow: "New followers"
diff --git a/packages/client/src/components/notification.vue b/packages/client/src/components/notification.vue
index ee0c446b6..197711426 100644
--- a/packages/client/src/components/notification.vue
+++ b/packages/client/src/components/notification.vue
@@ -88,7 +88,11 @@
- {{ i18n.ts.moved }}
+
+
+
+
+