From 28d7c5d3093fdc71fe75fffd03057c8c2d8d18e8 Mon Sep 17 00:00:00 2001 From: tobfos Date: Wed, 15 Sep 2021 20:46:07 +1000 Subject: [PATCH] Removed unnecessary text in link. Thanks @RDKRACZ. --- 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 95d36bca..961057ca 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 {