Update capitalization of "Permissions" translation string

This commit is contained in:
Hypolite Petovan 2020-09-07 21:25:04 -04:00
commit f1e36eac7d
3 changed files with 2 additions and 3 deletions

View file

@ -131,7 +131,7 @@ function editpost_content(App $a)
//jot nav tab (used in some themes)
'$message' => DI::l10n()->t('Message'),
'$browser' => DI::l10n()->t('Browser'),
'$shortpermset' => DI::l10n()->t('permissions'),
'$shortpermset' => DI::l10n()->t('Permissions'),
'$compose_link_title' => DI::l10n()->t('Open Compose page'),
]);