Added "Your name" as placeholder to help user understand what is this alone input box

pull/4/merge
Emmanuel ROHEE 11 years ago
parent 41d1db2d4a
commit 31e7cec486
  1. 2
      webclient/settings/settings.html

@ -15,7 +15,7 @@
</td>
<td>
<div id="user-ids">
<input size="40" ng-model="profile.displayName"/>
<input size="40" ng-model="profile.displayName" placeholder="Your name"/>
</div>
</td>
<td>

Loading…
Cancel
Save