NOISSUE Update help link for under-18 accounts

This commit is contained in:
arthomnix 2023-10-28 20:54:00 +01:00
parent 1bb7e3d0f9
commit 98099c8ec5

View File

@ -177,7 +177,7 @@ bool XboxAuthorizationStep::processSTSError(
emit finished(
AccountTaskState::STATE_FAILED_SOFT,
tr("This Microsoft account is underaged and is not linked to a family.\n\nPlease set up your account according to %1.")
.arg("<a href=\"https://help.minecraft.net/hc/en-us/articles/4403181904525\">help.minecraft.net</a>")
.arg("<a href=\"https://help.minecraft.net/hc/en-us/articles/4408968616077\">help.minecraft.net</a>")
);
return true;
}