NOISSUE fix error string for Xbox authorization failures

This commit is contained in:
Petr Mrázek 2022-03-18 17:59:11 +01:00
parent ed99c6a0dc
commit edeffef51d

View File

@ -65,7 +65,7 @@ void XboxAuthorizationStep::onRequestDone(
if(!processSTSError(error, data, headers)) {
emit finished(
AccountTaskState::STATE_FAILED_SOFT,
tr("Failed to get authorization for %1 services. Error %1.").arg(m_authorizationKind, error)
tr("Failed to get authorization for %1 services. Error %2.").arg(m_authorizationKind, error)
);
}
return;