From 7ffe0997d7c40b27655c0018ea99211112440c29 Mon Sep 17 00:00:00 2001 From: Matt Bauman Date: Thu, 6 Jul 2023 19:13:22 -0400 Subject: [PATCH] UX: Clarify "disable tags/category notification" settings (#21619) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Slightly improved wordings here that — to my understanding — are more accurate and no longer just parrot the setting id. --- config/locales/server.en.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml index 94c52da0c77..c2b6cc25855 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -2213,9 +2213,9 @@ en: disable_system_edit_notifications: "Disables edit notifications by the system user when 'download_remote_images_to_local' is active." - disable_category_edit_notifications: "Disable category edit notifications on topics." + disable_category_edit_notifications: "Disable notifications for topic category edits." - disable_tags_edit_notifications: "Disable tags edit notifications on topics." + disable_tags_edit_notifications: "Disable notifications for topic tag edits." notification_consolidation_threshold: "Number of liked or membership request notifications received before the notifications are consolidated into a single one. Set to 0 to disable."