FIX: icon deprecation s/group/users (#7638)

This commit is contained in:
Joffrey JAFFEUX
2019-05-29 16:29:01 +02:00
committed by GitHub
parent 034502af21
commit ba66d6fd82

View File

@@ -34,7 +34,7 @@ const REPLACEMENTS = {
"notification.granted_badge": "certificate",
"notification.topic_reminder": "far-clock",
"notification.watching_first_post": "far-dot-circle",
"notification.group_message_summary": "group",
"notification.group_message_summary": "users",
"notification.post_approved": "check"
};