diff options
author | seth <getchoo@tuta.io> | 2023-09-27 05:33:22 -0400 |
---|---|---|
committer | seth <getchoo@tuta.io> | 2023-09-27 05:34:48 -0400 |
commit | f370f0d749f4b4ff85daf3e494e4a64ae0c5782a (patch) | |
tree | c404c70a770487ddd808eb99750c972891cf4a47 /launcher/ui/pages/global | |
parent | 7c636d46080443357d10471b00406c549687ee11 (diff) | |
download | PrismLauncher-f370f0d749f4b4ff85daf3e494e4a64ae0c5782a.tar.gz PrismLauncher-f370f0d749f4b4ff85daf3e494e4a64ae0c5782a.tar.bz2 PrismLauncher-f370f0d749f4b4ff85daf3e494e4a64ae0c5782a.zip |
chore: cleanup a few more mentions of mojang accounts
Signed-off-by: seth <getchoo@tuta.io>
Diffstat (limited to 'launcher/ui/pages/global')
-rw-r--r-- | launcher/ui/pages/global/AccountListPage.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/ui/pages/global/AccountListPage.cpp b/launcher/ui/pages/global/AccountListPage.cpp index 90591c7f..50f3ff2b 100644 --- a/launcher/ui/pages/global/AccountListPage.cpp +++ b/launcher/ui/pages/global/AccountListPage.cpp @@ -153,7 +153,7 @@ void AccountListPage::on_actionAddOffline_triggered() { if (!m_accounts->anyAccountIsValid()) { QMessageBox::warning(this, tr("Error"), - tr("You must add a Microsoft or Mojang account that owns Minecraft before you can add an offline account." + tr("You must add a Microsoft account that owns Minecraft before you can add an offline account." "<br><br>" "If you have lost your account you can contact Microsoft for support.")); return; |