UX:minor tweaks to user notifications dropdown (#26754)
- changes mute icon to bell-slash - changed mute text - changed ignore text
This commit is contained in:
parent
00a9369ca2
commit
9d3ab91517
|
@ -33,7 +33,7 @@ export default DropdownSelectBox.extend({
|
||||||
});
|
});
|
||||||
|
|
||||||
content.push({
|
content.push({
|
||||||
icon: "times-circle",
|
icon: "bell-slash",
|
||||||
id: "changeToMuted",
|
id: "changeToMuted",
|
||||||
description: I18n.t("user.user_notifications.mute_option_title"),
|
description: I18n.t("user.user_notifications.mute_option_title"),
|
||||||
name: I18n.t("user.user_notifications.mute_option"),
|
name: I18n.t("user.user_notifications.mute_option"),
|
||||||
|
|
|
@ -1153,10 +1153,10 @@ en:
|
||||||
ignore_duration_time_frame_required: "Please select a time frame"
|
ignore_duration_time_frame_required: "Please select a time frame"
|
||||||
ignore_no_users: "You have no ignored users."
|
ignore_no_users: "You have no ignored users."
|
||||||
ignore_option: "Ignored"
|
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…"
|
add_ignored_user: "Add…"
|
||||||
mute_option: "Muted"
|
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: "Normal"
|
||||||
normal_option_title: "You will be notified if this user replies to you, quotes you, or mentions you."
|
normal_option_title: "You will be notified if this user replies to you, quotes you, or mentions you."
|
||||||
notification_schedule:
|
notification_schedule:
|
||||||
|
|
Loading…
Reference in New Issue