pl-fe: fix show replies/reblogs switch
Signed-off-by: mkljczk <git@mkljczk.pl>
This commit is contained in:
@ -160,12 +160,12 @@ const Preferences = () => {
|
||||
return (
|
||||
<Form>
|
||||
<List>
|
||||
<ListItem label={<FormattedMessage id='home.column_settings.show_reblogs' defaultMessage='Show reposts' />}>
|
||||
<SettingToggle settings={settings} settingPath={['home', 'shows', 'reblog']} onChange={onToggleChange} />
|
||||
<ListItem label={<FormattedMessage id='home.column_settings.show_reblogs' defaultMessage='Show reposts in home timeline' />}>
|
||||
<SettingToggle settings={settings} settingPath={['timelines', 'home', 'shows', 'reblog']} onChange={onToggleChange} />
|
||||
</ListItem>
|
||||
|
||||
<ListItem label={<FormattedMessage id='home.column_settings.show_replies' defaultMessage='Show replies' />}>
|
||||
<SettingToggle settings={settings} settingPath={['home', 'shows', 'reply']} onChange={onToggleChange} />
|
||||
<ListItem label={<FormattedMessage id='home.column_settings.show_replies' defaultMessage='Show replies in home timeline' />}>
|
||||
<SettingToggle settings={settings} settingPath={['timelines', 'home', 'shows', 'reply']} onChange={onToggleChange} />
|
||||
</ListItem>
|
||||
</List>
|
||||
|
||||
|
||||
@ -875,8 +875,8 @@
|
||||
"groups.pending.count": "{number, plural, one {# pending request} other {# pending requests}}",
|
||||
"hashtag.follow": "Follow hashtag",
|
||||
"hashtags.and_other": "…and {count, plural, other {# more}}",
|
||||
"home.column_settings.show_reblogs": "Show reposts",
|
||||
"home.column_settings.show_replies": "Show replies",
|
||||
"home.column_settings.show_reblogs": "Show reposts in home timeline",
|
||||
"home.column_settings.show_replies": "Show replies in home timeline",
|
||||
"icon_button.icons": "Icons",
|
||||
"icon_button.label": "Select icon",
|
||||
"import_data.actions.import": "Import",
|
||||
|
||||
Reference in New Issue
Block a user