diff --git a/launcher/LaunchController.cpp b/launcher/LaunchController.cpp index d49e9e8ba..e736135fa 100644 --- a/launcher/LaunchController.cpp +++ b/launcher/LaunchController.cpp @@ -324,8 +324,7 @@ bool LaunchController::reauthenticateCurrentAccount() bool isDefault = accounts->defaultAccount() == m_accountToUse; accounts->removeAccount(accounts->index(accounts->findAccountByProfileId(m_accountToUse->profileId()))); if (m_accountToUse->accountType() == AccountType::MSA) { - auto newAccount = - MSALoginDialog::newAccount(m_parentWidget, tr("Please enter your Mojang account email and password to add your account.")); + auto newAccount = MSALoginDialog::newAccount(m_parentWidget); accounts->addAccount(newAccount); if (isDefault) { accounts->setDefaultAccount(newAccount);