mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 12:39:25 +01:00
Api - Make sure translations get loaded for share action captions
This commit is contained in:
parent
6f7c939d8b
commit
f056599e5f
@ -389,6 +389,7 @@ class Sharing
|
||||
*/
|
||||
public static function get_actions($appname, $group = 6)
|
||||
{
|
||||
Translation::add_app('api');
|
||||
$actions = array(
|
||||
'share' => array(
|
||||
'caption' => lang('Share'),
|
||||
|
Loading…
Reference in New Issue
Block a user