diff --git a/locales/en-US.yml b/locales/en-US.yml index c597be06b..0a2f8e7bd 100644 --- a/locales/en-US.yml +++ b/locales/en-US.yml @@ -1291,7 +1291,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 }} + + +