1
0
Fork 0

[frio] Add link to Compose page in jot

This commit is contained in:
Hypolite Petovan 2020-04-01 10:10:57 -04:00
commit 40a7a43bd2
4 changed files with 28 additions and 4 deletions

View file

@ -132,6 +132,8 @@ function editpost_content(App $a)
'$message' => DI::l10n()->t('Message'),
'$browser' => DI::l10n()->t('Browser'),
'$shortpermset' => DI::l10n()->t('permissions'),
'$compose_link_title' => DI::l10n()->t('Open Compose page'),
]);
return $o;