From 45ecb34aec0e9211adc51f232a3fc6efa29f969b Mon Sep 17 00:00:00 2001 From: Gabriel Grubba <70247653+Grubba27@users.noreply.github.com> Date: Wed, 6 Nov 2024 11:18:20 -0300 Subject: [PATCH] UX: update `create_post_for_category_and_tag_changes` to include that it needs whispers enabled to work (#29618) * UX: update `create_post_for_category_and_tag_changes` to include that it needs whispers enabled to work * DEV: update phrasing in `create_post_for_category_and_tag_changes` --- config/locales/server.en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml index da2cb23e53a..443cd8be33e 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -2668,7 +2668,7 @@ en: suppress_overlapping_tags_in_list: "If tags match exact words in topic titles, don't show the tag" remove_muted_tags_from_latest: "Don't show topics tagged only with muted tags in the latest topic list." force_lowercase_tags: "Force all new tags to be entirely lowercase." - create_post_for_category_and_tag_changes: "Create a small action post when a topic's category or tags change" + create_post_for_category_and_tag_changes: "Create a whisper post when a topic's category or tags change, requires whisper posts to be enabled." automatically_clean_unused_tags: "Automatically delete tags that are not being used on any topics or private messages on a daily basis." watched_precedence_over_muted: "Notify me about topics in categories or tags I’m watching that also belong to one I have muted"