From 0ef05427c8b6e1ad2223b67ea0ae0f752f156e45 Mon Sep 17 00:00:00 2001 From: Johann150 Date: Tue, 27 Dec 2022 21:44:03 +0100 Subject: [PATCH] client: fix move notification locale string --- locales/en-US.yml | 1 - packages/client/src/components/notification.vue | 6 +++++- 2 files changed, 5 insertions(+), 2 deletions(-) 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 }} + + +