diff --git a/ui/page/settings/view.jsx b/ui/page/settings/view.jsx index 7f32be184..be55bea27 100644 --- a/ui/page/settings/view.jsx +++ b/ui/page/settings/view.jsx @@ -263,7 +263,7 @@ class SettingsPage extends React.PureComponent { {!IS_WEB && noDaemonSettings ? (
-
{__('Failed to load settings.')}
+
{__('Failed to load settings.')}
) : (
@@ -480,13 +480,15 @@ class SettingsPage extends React.PureComponent { - {__('You have %count% blocked %channels%.', { - count: userBlockedChannelsCount, - channels: userBlockedChannelsCount === 1 ? __('channel') : __('channels'), - })}{' '} -