fixed transaltion key

pull/1297/head
Konstantin Ullrich 5 years ago
parent 9ffe5a5d58
commit 7ec263f273

@ -1910,7 +1910,7 @@
"unblockUser": { "unblockUser": {
"message": "Unblock User" "message": "Unblock User"
}, },
"settingsUnblockHeader": { "blockedSettingsTitle": {
"message": "Blocked Users", "message": "Blocked Users",
"description": "Shown in the settings page as the heading for the blocked user settings" "description": "Shown in the settings page as the heading for the blocked user settings"
}, },

@ -214,7 +214,7 @@ export class LeftPaneSettingSection extends React.Component<Props, State> {
}, },
{ {
id: SessionSettingCategory.Blocked, id: SessionSettingCategory.Blocked,
title: window.i18n('settingsUnblockHeader'), title: window.i18n('blockedSettingsTitle'),
hidden: false, hidden: false,
}, },
{ {

Loading…
Cancel
Save