Hook up the edit widget button (#1218)

* Hook up the edit widget button

* Review comments
This commit is contained in:
Kegsay
2017-07-14 11:17:59 +01:00
committed by GitHub
parent 1db2431c9f
commit 5274cf59a0
3 changed files with 20 additions and 7 deletions
+1 -1
View File
@@ -491,7 +491,7 @@ function canSendEvent(event, roomId) {
}
if (!canSend) {
sendError(event, _t('You do not have permission in this room.'));
sendError(event, _t('You do not have permission to do that in this room.'));
return;
}