Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gui: Change text from username to name (real name or nickname) #2633

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/qt/forms/researcherwizardauthpage.ui
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>610</width>
<height>460</height>
<width>596</width>
<height>498</height>
jamescowens marked this conversation as resolved.
Show resolved Hide resolved
</rect>
</property>
<property name="styleSheet">
Expand Down Expand Up @@ -76,7 +76,7 @@
<item>
<widget class="QLabel" name="step3Label">
<property name="text">
<string>3. Change your username to the following verification code:</string>
<string>3. Change your &quot;name&quot; (real name or nickname) to the following verification code:</string>
</property>
<property name="wordWrap">
<bool>true</bool>
Expand Down