Add prompt for link and media in comment + remove video symbol

This commit is contained in:
Jonny Tischbein 2018-10-23 19:50:19 +02:00
parent 3065d1c40a
commit d0c43c5597
4 changed files with 3 additions and 19 deletions

View file

@ -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),