NOISSUE fix error string for Xbox authorization failures
This commit is contained in:
parent
566a83b245
commit
e6564aa69f
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue