mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
Changed text to moderator (#1619)
This commit is contained in:
parent
175e41c586
commit
3a05700744
|
@ -102,7 +102,7 @@ namespace {
|
||||||
modBadge = std::make_shared<Emote>(Emote{
|
modBadge = std::make_shared<Emote>(Emote{
|
||||||
{""},
|
{""},
|
||||||
modBadgeImageSet,
|
modBadgeImageSet,
|
||||||
Tooltip{"Twitch Channel Moderator"},
|
Tooltip{"Moderator"},
|
||||||
modBadge1x,
|
modBadge1x,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue