Commit e673cf12 authored by ericgaspar's avatar ericgaspar Committed by Juliusz Chroboczek

Rename lower hand to unraise.

parent eb21c1ab
......@@ -2056,7 +2056,7 @@ function userMenu(elt) {
if(id === serverConnection.id) {
let mydata = serverConnection.users[serverConnection.id].data;
if(mydata['raisehand'])
items.push({label: 'Lower hand', onClick: () => {
items.push({label: 'Unraise hand', onClick: () => {
serverConnection.userAction(
'setdata', serverConnection.id, {'raisehand': null},
);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment