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>
<widget class="QLineEdit" name="userTextBox">
<property name="placeholderText">
<string>Email / Username</string>
<string>Email</string>
</property>
</widget>
</item>

View File

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