mirror of
https://github.com/friendica/friendica
synced 2025-04-25 13:10:11 +00:00
Capitalize post action translation strings
This commit is contained in:
parent
e7884b1409
commit
cac038639d
3 changed files with 22 additions and 22 deletions
|
@ -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']),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue