From 7229ebbb08902ec085cbc1d23c8bb681343b6086 Mon Sep 17 00:00:00 2001 From: Toby Foster Date: Wed, 15 Sep 2021 18:10:00 +1000 Subject: [PATCH] Fix underaged account that isn't linked to a family help link. --- launcher/minecraft/auth/flows/AuthContext.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launcher/minecraft/auth/flows/AuthContext.cpp b/launcher/minecraft/auth/flows/AuthContext.cpp index b4db6c2d..95d36bca 100644 --- a/launcher/minecraft/auth/flows/AuthContext.cpp +++ b/launcher/minecraft/auth/flows/AuthContext.cpp @@ -643,7 +643,7 @@ void AuthContext::checkResult() { changeState( STATE_FAILED_HARD, 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") ); } else {