mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-14 03:54:29 +01:00
Fix missing translation of 'add timesheet' context menu action
This commit is contained in:
parent
00be70e179
commit
b39e15f6e7
@ -1231,7 +1231,7 @@ class infolog_ui
|
||||
),
|
||||
'timesheet_add' => array(
|
||||
'icon' => 'timesheet/navbar',
|
||||
'caption' => 'Add a new Timesheet',
|
||||
'caption' => 'Add timesheet entry',
|
||||
'url' => 'menuaction=timesheet.timesheet_ui.edit&link_app[]=infolog&link_id[]=$id',
|
||||
'popup' => Link::get_registry('timesheet', 'add_popup'),
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user