From 5cdaf1e0e0c6216b9a883741433eb0e3cd3d1b7e Mon Sep 17 00:00:00 2001 From: arthomnix Date: Sat, 28 Oct 2023 20:54:00 +0100 Subject: [PATCH] NOISSUE Update help link for under-18 accounts --- launcher/minecraft/auth/steps/XboxAuthorizationStep.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launcher/minecraft/auth/steps/XboxAuthorizationStep.cpp b/launcher/minecraft/auth/steps/XboxAuthorizationStep.cpp index 1cefc017..b4147f1b 100644 --- a/launcher/minecraft/auth/steps/XboxAuthorizationStep.cpp +++ b/launcher/minecraft/auth/steps/XboxAuthorizationStep.cpp @@ -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("help.minecraft.net") + .arg("help.minecraft.net") ); return true; }