From 8bdff97ac0ff39f4a20e7e929b14b70427878b10 Mon Sep 17 00:00:00 2001 From: Petr Mrázek Date: Wed, 8 Jan 2020 13:37:05 +0100 Subject: GH-2839 remove username wording from login and account dialogs --- application/pages/global/AccountListPage.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'application/pages') diff --git a/application/pages/global/AccountListPage.cpp b/application/pages/global/AccountListPage.cpp index c14134f3..0453ae00 100644 --- a/application/pages/global/AccountListPage.cpp +++ b/application/pages/global/AccountListPage.cpp @@ -103,8 +103,7 @@ void AccountListPage::listChanged() void AccountListPage::on_actionAdd_triggered() { - addAccount(tr("Please enter your Mojang or Minecraft account username and password to add " - "your account.")); + addAccount(tr("Please enter your Minecraft account email and password to add your account.")); } void AccountListPage::on_actionRemove_triggered() -- cgit