From 9d3ab91517175f991598365758922cc702c4d424 Mon Sep 17 00:00:00 2001 From: Joffrey JAFFEUX Date: Thu, 25 Apr 2024 15:22:41 +0200 Subject: [PATCH] UX:minor tweaks to user notifications dropdown (#26754) - changes mute icon to bell-slash - changed mute text - changed ignore text --- .../addon/components/user-notifications-dropdown.js | 2 +- config/locales/client.en.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/assets/javascripts/select-kit/addon/components/user-notifications-dropdown.js b/app/assets/javascripts/select-kit/addon/components/user-notifications-dropdown.js index d1c80877838..af14288d2d7 100644 --- a/app/assets/javascripts/select-kit/addon/components/user-notifications-dropdown.js +++ b/app/assets/javascripts/select-kit/addon/components/user-notifications-dropdown.js @@ -33,7 +33,7 @@ export default DropdownSelectBox.extend({ }); content.push({ - icon: "times-circle", + icon: "bell-slash", id: "changeToMuted", description: I18n.t("user.user_notifications.mute_option_title"), name: I18n.t("user.user_notifications.mute_option"), diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml index fc31218d7e3..4af28846ad5 100644 --- a/config/locales/client.en.yml +++ b/config/locales/client.en.yml @@ -1153,10 +1153,10 @@ en: ignore_duration_time_frame_required: "Please select a time frame" ignore_no_users: "You have no ignored users." ignore_option: "Ignored" - ignore_option_title: "You will not receive notifications related to this user and all of their topics and replies will be hidden." + ignore_option_title: "You will not receive any notifications related to this user and all their content will be hidden." add_ignored_user: "Add…" mute_option: "Muted" - mute_option_title: "You will not receive any notifications related to this user." + mute_option_title: "You will not receive any notifications, personal messages, or chat direct messages from this user." normal_option: "Normal" normal_option_title: "You will be notified if this user replies to you, quotes you, or mentions you." notification_schedule: