mirror of
https://github.com/discourse/discourse.git
synced 2025-01-19 11:02:46 +08:00
UX: changes normal level icon for user-notifications (#26740)
The icon has been changed from "user" to "bell" to make this level more clear.
This commit is contained in:
parent
dcf9ca054b
commit
21ef033e86
|
@ -26,7 +26,7 @@ export default DropdownSelectBox.extend({
|
||||||
const content = [];
|
const content = [];
|
||||||
|
|
||||||
content.push({
|
content.push({
|
||||||
icon: "user",
|
icon: "bell",
|
||||||
id: "changeToNormal",
|
id: "changeToNormal",
|
||||||
description: I18n.t("user.user_notifications.normal_option_title"),
|
description: I18n.t("user.user_notifications.normal_option_title"),
|
||||||
name: I18n.t("user.user_notifications.normal_option"),
|
name: I18n.t("user.user_notifications.normal_option"),
|
||||||
|
|
Loading…
Reference in New Issue
Block a user