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'
|
||||
],
|
||||
'invite' => [
|
||||
'caption' => lang('Invite to Call'),
|
||||
'caption' => lang('Invite to current call'),
|
||||
'icon' => 'status/videoconference_join',
|
||||
'allowOnMultiple' => true,
|
||||
'onExecute' => 'javaScript:app.addressbook.videoconference_actionCall',
|
||||
|
Loading…
Reference in New Issue
Block a user