diff --git a/src/widgets/dialogs/EmotePopup.cpp b/src/widgets/dialogs/EmotePopup.cpp index 5d6b5bf35..c81abd04d 100644 --- a/src/widgets/dialogs/EmotePopup.cpp +++ b/src/widgets/dialogs/EmotePopup.cpp @@ -493,7 +493,7 @@ void EmotePopup::filterTwitchEmotes(std::shared_ptr searchChannel, } if (!seventvGlobalEmotes.empty()) { - addEmotes(*searchChannel, seventvGlobalEmotes, "SevenTV (Global)", + addEmotes(*searchChannel, seventvGlobalEmotes, "7TV (Global)", MessageElementFlag::SevenTVEmote); } @@ -522,7 +522,7 @@ void EmotePopup::filterTwitchEmotes(std::shared_ptr searchChannel, } if (!seventvChannelEmotes.empty()) { - addEmotes(*searchChannel, seventvChannelEmotes, "SevenTV (Channel)", + addEmotes(*searchChannel, seventvChannelEmotes, "7TV (Channel)", MessageElementFlag::SevenTVEmote); } }