diff --git a/resources/shortcodes.txt b/resources/shortcodes.txt
index 11280770..057a5abe 100644
--- a/resources/shortcodes.txt
+++ b/resources/shortcodes.txt
@@ -24,7 +24,7 @@
1F608:smiling_imp
1F47F:imp
1F261:rage
-1F627:triumph
+1F624:triumph
1F63A:smiley_cat
1F638:smile_cat
1F639:joy_cat
diff --git a/src/emoji/Provider.cpp b/src/emoji/Provider.cpp
index b7bfb790..fc1b8688 100644
--- a/src/emoji/Provider.cpp
+++ b/src/emoji/Provider.cpp
@@ -346,7 +346,7 @@ const QVector<Emoji> emoji::Provider::emoji = {
QStringLiteral(u"frowning face with open mouth"),
emoji::Emoji::Category::People},
Emoji{QStringLiteral(u"\U0001F627"),
- QStringLiteral(u"triumph"),
+ QStringLiteral(u"anguished"),
QStringLiteral(u"anguished face"),
emoji::Emoji::Category::People},
Emoji{QStringLiteral(u"\U0001F628"),
@@ -402,7 +402,7 @@ const QVector<Emoji> emoji::Provider::emoji = {
QStringLiteral(u"yawning face"),
emoji::Emoji::Category::People},
Emoji{QStringLiteral(u"\U0001F624"),
- QStringLiteral(u"face_with_steam_from_nose"),
+ QStringLiteral(u"triumph"),
QStringLiteral(u"face with steam from nose"),
emoji::Emoji::Category::People},
Emoji{QStringLiteral(u"\U0001F621"),
|