mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
fix invite action's caption
This commit is contained in:
parent
0fdd8f87cb
commit
0488da6722
@ -593,7 +593,7 @@ class addressbook_ui extends addressbook_bo
|
|||||||
'enabled' => 'javaScript:app.addressbook.videoconference_isUserOnline'
|
'enabled' => 'javaScript:app.addressbook.videoconference_isUserOnline'
|
||||||
],
|
],
|
||||||
'invite' => [
|
'invite' => [
|
||||||
'caption' => lang('Invite to Call'),
|
'caption' => lang('Invite to current call'),
|
||||||
'icon' => 'status/videoconference_join',
|
'icon' => 'status/videoconference_join',
|
||||||
'allowOnMultiple' => true,
|
'allowOnMultiple' => true,
|
||||||
'onExecute' => 'javaScript:app.addressbook.videoconference_actionCall',
|
'onExecute' => 'javaScript:app.addressbook.videoconference_actionCall',
|
||||||
|
Loading…
Reference in New Issue
Block a user