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…
Reference in New Issue