forked from extern/egroupware
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)
|
public static function get_actions($appname, $group = 6)
|
||||||
{
|
{
|
||||||
|
Translation::add_app('api');
|
||||||
$actions = array(
|
$actions = array(
|
||||||
'share' => array(
|
'share' => array(
|
||||||
'caption' => lang('Share'),
|
'caption' => lang('Share'),
|
||||||
|
Loading…
Reference in New Issue
Block a user