use text() instead of escaped() for msg recentchanges

Bug: T352626
Change-Id: I82762ba62eb65e44babc4d30a203c64ceb56b117
This commit is contained in:
GergesShamon 2024-07-09 15:33:38 +03:00
parent 71ca402f77
commit 4323713924

View file

@ -216,7 +216,7 @@ final class Definitions {
public function insertRecentChanges( Group $group ): void {
$entry = $this->buildMenuEntry(
'recentchanges',
$this->context->msg( 'recentchanges' )->escaped(),
$this->context->msg( 'recentchanges' )->text(),
SpecialPage::getTitleFor( 'Recentchanges' )->getLocalURL(),
'',
'recentChanges',