diff --git a/packages/pl-fe/src/features/preferences/index.tsx b/packages/pl-fe/src/features/preferences/index.tsx index 2cc35f3db..0a14069c4 100644 --- a/packages/pl-fe/src/features/preferences/index.tsx +++ b/packages/pl-fe/src/features/preferences/index.tsx @@ -160,12 +160,12 @@ const Preferences = () => { return (
- }> - + }> + - }> - + }> + diff --git a/packages/pl-fe/src/locales/en.json b/packages/pl-fe/src/locales/en.json index e743d7697..057b1282b 100644 --- a/packages/pl-fe/src/locales/en.json +++ b/packages/pl-fe/src/locales/en.json @@ -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",