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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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"
};