mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-06-07 11:02:39 -04:00
Added "Your name" as placeholder to help user understand what is this alone input box
This commit is contained in:
parent
41d1db2d4a
commit
31e7cec486
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<div id="user-ids">
|
<div id="user-ids">
|
||||||
<input size="40" ng-model="profile.displayName"/>
|
<input size="40" ng-model="profile.displayName" placeholder="Your name"/>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue