summary refs log tree commit diff
path: root/webclient
diff options
context:
space:
mode:
authorroot <root@skeeter.openmarket.com>2014-08-22 16:20:53 +0100
committerroot <root@skeeter.openmarket.com>2014-08-22 16:20:53 +0100
commitf40844def237f514e2a7398e8c7ed65b45277b0d (patch)
tree700f923e06021ad36b3280331439b798a087308d /webclient
parentadd 0.0.0 into the changelog, and add dates (diff)
downloadsynapse-f40844def237f514e2a7398e8c7ed65b45277b0d.tar.xz
avatar url
Diffstat (limited to 'webclient')
-rw-r--r--webclient/rooms/rooms.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/webclient/rooms/rooms.html b/webclient/rooms/rooms.html
index ba3b7d8bad..5e422bf83b 100644
--- a/webclient/rooms/rooms.html
+++ b/webclient/rooms/rooms.html
@@ -19,7 +19,7 @@
                          -->
                         <div>
                             <input size="40" ng-model="newProfileInfo.avatar" ng-enter="setAvatar(newProfileInfo.avatar)" placeholder="Image URL"/>
-                            <button ng-disabled="!newProfileInfo.avatar" ng-click="setAvatar(newProfileInfo.avatar)">Update Avatar</button>   
+                            <button ng-disabled="!newProfileInfo.avatar" ng-click="setAvatar(newProfileInfo.avatar)">Update Avatar URL</button>   
                         </div>
                     </td>
                 </tr>