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:
Joffrey JAFFEUX 2024-04-24 16:07:21 +02:00 committed by GitHub
parent dcf9ca054b
commit 21ef033e86
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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"),