Fix casing of MediaWiki

Change-Id: If581a54ac1025bb13ff8fce5e8f64b92c71de986
This commit is contained in:
Reedy 2024-03-12 15:24:58 +00:00
parent e42ce1da5f
commit 2b58f29d8c
2 changed files with 2 additions and 2 deletions

View file

@ -210,7 +210,7 @@
/**
* Get the notification timestamp
*
* @return {number} Notification timestamp in Mediawiki timestamp format
* @return {number} Notification timestamp in MediaWiki timestamp format
*/
mw.echo.dm.NotificationItem.prototype.getTimestamp = function () {
return this.timestamp;

View file

@ -941,7 +941,7 @@ TEXT
// (Title::getTitleParser), so should be the fake language ;)
$this->setContentLang( $lang );
$this->overrideConfigValues( [
// this one allows Mediawiki:xyz pages to be set as messages
// this one allows MediaWiki:xyz pages to be set as messages
MainConfigNames::UseDatabaseMessages => true
] );