add tr() to offline account name

Co-authored-by: flow <flowlnlnln@gmail.com>
This commit is contained in:
Gingeh 2022-06-30 08:49:40 +10:00
parent 84bd5ace6c
commit 91b5f0228d

View File

@ -473,7 +473,7 @@ QString AccountData::accountDisplayString() const {
return userName(); return userName();
} }
case AccountType::Offline: { case AccountType::Offline: {
return "<Offline>"; return QObject::tr("<Offline>");
} }
case AccountType::MSA: { case AccountType::MSA: {
if(xboxApiToken.extra.contains("gtg")) { if(xboxApiToken.extra.contains("gtg")) {