mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-12 09:26:05 +00:00
Merge "Explicit convert Message objects when used as string"
This commit is contained in:
commit
b6bfaa2e2c
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue