diff --git a/src/providers/twitch/TwitchAccount.cpp b/src/providers/twitch/TwitchAccount.cpp index f29d3fc1..3e6eb467 100644 --- a/src/providers/twitch/TwitchAccount.cpp +++ b/src/providers/twitch/TwitchAccount.cpp @@ -336,7 +336,7 @@ void TwitchAccount::loadSeventvUserID() }, [](const auto &result) { qCDebug(chatterinoSeventv) - << "Failed to load 7TV user-id:" << result.formatError(); + << "Failed to load your 7TV user-id:" << result.formatError(); }); }