set label in hovercard for mentionings

This commit is contained in:
Jakobus Schürz (admin)
2023-10-01 14:03:03 +02:00
parent ed9d20b291
commit 9dfe39b83d
3 changed files with 7 additions and 1 deletions

View File

@@ -432,6 +432,8 @@ class Item
$this->l10n->t('Network Posts') => $posts_link,
$this->l10n->t('View Contact') => $contact_url,
$this->l10n->t('Send PM') => $pm_url,
$this->l10n->t('Mention') => $mention_url,
$this->l10n->t('Post to group') => $mention_url,
$this->l10n->t('Block') => $block_link,
$this->l10n->t('Ignore') => $ignore_link,
$this->l10n->t('Collapse') => $collapse_link,