mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
Corrected style for Twitch Bit Badge overlay text to be consistent with Chatterino
Changed from "cheer x" to "Twitch cheer x"
This commit is contained in:
parent
302af3aaa1
commit
0c9a079bd5
|
@ -577,7 +577,7 @@ void TwitchMessageBuilder::appendTwitchBadges()
|
||||||
|
|
||||||
QString cheerAmountQS = badge.mid(5);
|
QString cheerAmountQS = badge.mid(5);
|
||||||
std::string versionKey = cheerAmountQS.toStdString();
|
std::string versionKey = cheerAmountQS.toStdString();
|
||||||
QString tooltip = QString("cheer ") + cheerAmountQS;
|
QString tooltip = QString("Twitch cheer ") + cheerAmountQS;
|
||||||
|
|
||||||
// Try to fetch channel-specific bit badge
|
// Try to fetch channel-specific bit badge
|
||||||
try {
|
try {
|
||||||
|
|
Loading…
Reference in a new issue