mirror of
https://github.com/discourse/discourse.git
synced 2025-02-21 06:27:25 +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 = [];
|
||||
|
||||
content.push({
|
||||
icon: "user",
|
||||
icon: "bell",
|
||||
id: "changeToNormal",
|
||||
description: I18n.t("user.user_notifications.normal_option_title"),
|
||||
name: I18n.t("user.user_notifications.normal_option"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user