diff options
author | tobfos <tobfos26111@gmail.com> | 2021-09-15 20:46:07 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-15 20:46:07 +1000 |
commit | 28d7c5d3093fdc71fe75fffd03057c8c2d8d18e8 (patch) | |
tree | ee9082a0b34f4f0a5057e1d5b8b70c3e39e4fc0f /launcher | |
parent | 7229ebbb08902ec085cbc1d23c8bb681343b6086 (diff) | |
download | PrismLauncher-28d7c5d3093fdc71fe75fffd03057c8c2d8d18e8.tar.gz PrismLauncher-28d7c5d3093fdc71fe75fffd03057c8c2d8d18e8.tar.bz2 PrismLauncher-28d7c5d3093fdc71fe75fffd03057c8c2d8d18e8.zip |
Removed unnecessary text in link.
Thanks @RDKRACZ.
Diffstat (limited to 'launcher')
-rw-r--r-- | launcher/minecraft/auth/flows/AuthContext.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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("<a href=\"https://help.minecraft.net/hc/en-us/articles/4403181904525-How-to-Migrate-Your-Mojang-Account-to-a-Microsoft-Account\">help.minecraft.net</a>") + .arg("<a href=\"https://help.minecraft.net/hc/en-us/articles/4403181904525\">help.minecraft.net</a>") ); } else { |