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, }, {