1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-08 21:42:24 +03:00

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

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;
}