Merge "Explicit convert Message objects when used as string"

This commit is contained in:
jenkins-bot 2018-08-25 06:17:21 +00:00 committed by Gerrit Code Review
commit b6bfaa2e2c

View file

@ -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(