From 7ec263f27356ef9f9d117a395e4aa78e312828fd Mon Sep 17 00:00:00 2001 From: Konstantin Ullrich Date: Thu, 6 Aug 2020 09:35:01 +0200 Subject: [PATCH] fixed transaltion key --- _locales/en/messages.json | 2 +- ts/components/session/LeftPaneSettingSection.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index e47117dd9..dd513a86d 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -1910,7 +1910,7 @@ "unblockUser": { "message": "Unblock User" }, - "settingsUnblockHeader": { + "blockedSettingsTitle": { "message": "Blocked Users", "description": "Shown in the settings page as the heading for the blocked user settings" }, diff --git a/ts/components/session/LeftPaneSettingSection.tsx b/ts/components/session/LeftPaneSettingSection.tsx index e4b90ac3f..6bc707951 100644 --- a/ts/components/session/LeftPaneSettingSection.tsx +++ b/ts/components/session/LeftPaneSettingSection.tsx @@ -214,7 +214,7 @@ export class LeftPaneSettingSection extends React.Component { }, { id: SessionSettingCategory.Blocked, - title: window.i18n('settingsUnblockHeader'), + title: window.i18n('blockedSettingsTitle'), hidden: false, }, {