Skip to content
This repository has been archived by the owner on Feb 12, 2023. It is now read-only.

Commit

Permalink
feat(UI): add My to text labels on Profile page
Browse files Browse the repository at this point in the history
That should make it more clear what input fields are there for.
  • Loading branch information
zetok committed Dec 17, 2016
1 parent b392e2c commit 785e546
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/widget/form/profileform.ui
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<item row="0" column="0">
<widget class="QLabel" name="userNameLabel">
<property name="text">
<string>Name:</string>
<string>My name:</string>
</property>
</widget>
</item>
Expand All @@ -81,7 +81,7 @@
<item row="1" column="0">
<widget class="QLabel" name="statusMessageLabel">
<property name="text">
<string>Status:</string>
<string>My status:</string>
</property>
</widget>
</item>
Expand Down Expand Up @@ -187,7 +187,7 @@ Share it with your friends to communicate.</string>
<item row="0" column="0">
<widget class="QLabel" name="toxmeUsernameLabel">
<property name="text">
<string>Username</string>
<string>My username</string>
</property>
</widget>
</item>
Expand All @@ -210,7 +210,7 @@ Share it with your friends to communicate.</string>
<string comment="Tooltip for the Biography text.">Optional. Something about you. Or your cat.</string>
</property>
<property name="text">
<string>Biography</string>
<string>My biography</string>
</property>
</widget>
</item>
Expand Down

0 comments on commit 785e546

Please sign in to comment.