Capitalize post action translation strings

This commit is contained in:
Hypolite Petovan 2021-05-10 10:47:58 -04:00
parent e7884b1409
commit cac038639d
3 changed files with 22 additions and 22 deletions

View file

@ -1086,7 +1086,7 @@ class BBCode
'$avatar' => $attributes['avatar'],
'$author' => $attributes['author'],
'$link' => $attributes['link'],
'$link_title' => DI::l10n()->t('link to source'),
'$link_title' => DI::l10n()->t('Link to source'),
'$posted' => $attributes['posted'],
'$guid' => $attributes['guid'],
'$network_name' => ContactSelector::networkToName($network, $attributes['profile']),