mirror of
https://github.com/friendica/friendica
synced 2025-04-27 13:10:10 +00:00
Add prompt for link and media in comment + remove video symbol
This commit is contained in:
parent
3065d1c40a
commit
d0c43c5597
4 changed files with 3 additions and 19 deletions
|
@ -799,8 +799,7 @@ class Post extends BaseObject
|
|||
'$edquote' => L10n::t('Quote'),
|
||||
'$edcode' => L10n::t('Code'),
|
||||
'$edimg' => L10n::t('Image'),
|
||||
'$edurl' => L10n::t('Link'),
|
||||
'$edvideo' => L10n::t('Video'),
|
||||
'$edurl' => L10n::t('Link or Media'),
|
||||
'$preview' => ((Feature::isEnabled($conv->getProfileOwner(), 'preview')) ? L10n::t('Preview') : ''),
|
||||
'$indent' => $indent,
|
||||
'$sourceapp' => L10n::t($a->sourcename),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue