diff --git a/launcher/LaunchController.cpp b/launcher/LaunchController.cpp index cddac5f77..c5f73ed22 100644 --- a/launcher/LaunchController.cpp +++ b/launcher/LaunchController.cpp @@ -356,7 +356,7 @@ bool LaunchController::reauthenticateAccount(MinecraftAccountPtr account, QStrin } } - emitFailed(tr("The account has expired and needs to be reauthenticated")); + emitFailed(reason); return false; }