GH-2839 remove username wording from login and account dialogs

This commit is contained in:
Petr Mrázek 2020-01-08 13:37:05 +01:00
parent 6288805f37
commit 8bdff97ac0
3 changed files with 3 additions and 4 deletions

View File

@ -30,7 +30,7 @@
<item> <item>
<widget class="QLineEdit" name="userTextBox"> <widget class="QLineEdit" name="userTextBox">
<property name="placeholderText"> <property name="placeholderText">
<string>Email / Username</string> <string>Email</string>
</property> </property>
</widget> </widget>
</item> </item>

View File

@ -36,7 +36,7 @@
<item> <item>
<widget class="QLineEdit" name="userTextBox"> <widget class="QLineEdit" name="userTextBox">
<property name="placeholderText"> <property name="placeholderText">
<string>Email / Username</string> <string>Email</string>
</property> </property>
</widget> </widget>
</item> </item>

View File

@ -103,8 +103,7 @@ void AccountListPage::listChanged()
void AccountListPage::on_actionAdd_triggered() void AccountListPage::on_actionAdd_triggered()
{ {
addAccount(tr("Please enter your Mojang or Minecraft account username and password to add " addAccount(tr("Please enter your Minecraft account email and password to add your account."));
"your account."));
} }
void AccountListPage::on_actionRemove_triggered() void AccountListPage::on_actionRemove_triggered()