diff options
author | root <root@skeeter.openmarket.com> | 2014-08-22 16:20:53 +0100 |
---|---|---|
committer | root <root@skeeter.openmarket.com> | 2014-08-22 16:20:53 +0100 |
commit | f40844def237f514e2a7398e8c7ed65b45277b0d (patch) | |
tree | 700f923e06021ad36b3280331439b798a087308d /webclient | |
parent | add 0.0.0 into the changelog, and add dates (diff) | |
download | synapse-f40844def237f514e2a7398e8c7ed65b45277b0d.tar.xz |
avatar url
Diffstat (limited to 'webclient')
-rw-r--r-- | webclient/rooms/rooms.html | 2 |
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> |