diff options
author | Emmanuel ROHEE <erohee@amdocs.com> | 2014-08-22 18:23:38 +0200 |
---|---|---|
committer | Emmanuel ROHEE <erohee@amdocs.com> | 2014-08-22 18:23:38 +0200 |
commit | 31e7cec4868bbe98e2bfec04db47ec1d0bf3b8ed (patch) | |
tree | 1cdf4287e9d5cac48a284d3fed92890de469cf44 /webclient/settings | |
parent | Merge branch 'settings-page' into develop (diff) | |
download | synapse-31e7cec4868bbe98e2bfec04db47ec1d0bf3b8ed.tar.xz |
Added "Your name" as placeholder to help user understand what is this alone input box
Diffstat (limited to 'webclient/settings')
-rw-r--r-- | webclient/settings/settings.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webclient/settings/settings.html b/webclient/settings/settings.html index 63b12c8f56..453a4fc35f 100644 --- a/webclient/settings/settings.html +++ b/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> |