diff --git a/includes/formatters/SpecialNotificationsFormatter.php b/includes/formatters/SpecialNotificationsFormatter.php index f0e66bdb5..ca57ba90e 100644 --- a/includes/formatters/SpecialNotificationsFormatter.php +++ b/includes/formatters/SpecialNotificationsFormatter.php @@ -23,7 +23,7 @@ class SpecialNotificationsFormatter extends EchoEventFormatter { $markAsReadIcon = new OOUI\IconWidget( [ 'icon' => 'close', - 'title' => wfMessage( 'echo-notification-markasread' ), + 'title' => wfMessage( 'echo-notification-markasread' )->text(), ] ); $markAsReadForm = $markReadSpecialPage->getMinimalForm(