mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-18 11:58:24 +01:00
Change CRM view preference label to match new functionality
This commit is contained in:
parent
0f94764857
commit
ff8c5c641a
@ -216,7 +216,7 @@ class addressbook_hooks
|
|||||||
}
|
}
|
||||||
$settings['crm_list'] = array(
|
$settings['crm_list'] = array(
|
||||||
'type' => 'select',
|
'type' => 'select',
|
||||||
'label' => 'CRM view list',
|
'label' => 'Default action on double-click',
|
||||||
'name' => 'crm_list',
|
'name' => 'crm_list',
|
||||||
'values' => $crm_list_options,
|
'values' => $crm_list_options,
|
||||||
'help' => 'When viewing a contact, show linked entries from the selected application',
|
'help' => 'When viewing a contact, show linked entries from the selected application',
|
||||||
|
Loading…
Reference in New Issue
Block a user