Skip to content

Commit

Permalink
NOISSUE Update help link for under-18 accounts
Browse files Browse the repository at this point in the history
  • Loading branch information
arthomnix authored and peterix committed Feb 1, 2024
1 parent aa4788f commit 5cdaf1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launcher/minecraft/auth/steps/XboxAuthorizationStep.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 5cdaf1e

Please sign in to comment.