From 27ddb2496c8b43c734b263c964931e678f267cf8 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 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 }} + + +