Replace author name by server host in Ignore Server labels

This commit is contained in:
Hypolite Petovan 2023-08-24 09:29:15 -04:00
parent f2c1ecd19b
commit 15d24a77c7
2 changed files with 2 additions and 2 deletions

View file

@ -435,7 +435,7 @@ class Item
$this->l10n->t('Block') => $block_link,
$this->l10n->t('Ignore') => $ignore_link,
$this->l10n->t('Collapse') => $collapse_link,
$this->l10n->t("Ignore %s's server", $item['author-name']) => $ignoreserver_link,
$this->l10n->t("Ignore %s server", $authorBaseUri->getHost()) => $ignoreserver_link,
];
if (!empty($item['language'])) {