From db19407abca0717801e39939246f46adb790a77c Mon Sep 17 00:00:00 2001 From: Brendan Jones <16049594+brendanjones@users.noreply.github.com> Date: Thu, 22 Feb 2024 13:08:39 +0100 Subject: [PATCH 1/2] Update simple_form.en.yml Makes people less likely to think this setting missing boosts in Home is a bug, like https://github.com/mastodon/mastodon/issues/20241 --- config/locales/simple_form.en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/locales/simple_form.en.yml b/config/locales/simple_form.en.yml index 0b718c5b654..6e5360ffd34 100644 --- a/config/locales/simple_form.en.yml +++ b/config/locales/simple_form.en.yml @@ -126,7 +126,7 @@ en: tag: name: You can only change the casing of the letters, for example, to make it more readable user: - chosen_languages: When checked, only posts in selected languages will be displayed in public timelines + chosen_languages: When checked, only posts in selected languages will be displayed in public timelines. This setting does not affect posts in your Home timeline and lists role: The role controls which permissions the user has user_role: color: Color to be used for the role throughout the UI, as RGB in hex format From 2f196a916938bd1225688f8d3e57c8e077b8a0da Mon Sep 17 00:00:00 2001 From: Brendan Jones <16049594+brendanjones@users.noreply.github.com> Date: Sat, 25 May 2024 08:50:18 +0200 Subject: [PATCH 2/2] Update config/locales/simple_form.en.yml Co-authored-by: Matt Jankowski --- config/locales/simple_form.en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/locales/simple_form.en.yml b/config/locales/simple_form.en.yml index 6e5360ffd34..9a16f194861 100644 --- a/config/locales/simple_form.en.yml +++ b/config/locales/simple_form.en.yml @@ -126,7 +126,7 @@ en: tag: name: You can only change the casing of the letters, for example, to make it more readable user: - chosen_languages: When checked, only posts in selected languages will be displayed in public timelines. This setting does not affect posts in your Home timeline and lists + chosen_languages: When checked, only posts in selected languages will be displayed in public timelines. This setting does not affect your Home timeline and lists. role: The role controls which permissions the user has user_role: color: Color to be used for the role throughout the UI, as RGB in hex format