diff --git a/includes/SkinVector.php b/includes/SkinVector.php index 07213b95c..9f2b979d7 100644 --- a/includes/SkinVector.php +++ b/includes/SkinVector.php @@ -257,6 +257,7 @@ class SkinVector extends SkinMustache { ]; return $templateParser->processTemplate( 'UserLinks__logout', [ + 'msg-tooltip-pt-logout' => $this->msg( 'tooltip-pt-logout' ), 'htmlLogout' => $this->makeLink( 'logout', $logoutLinkData ) ] ); } diff --git a/includes/templates/UserLinks__logout.mustache b/includes/templates/UserLinks__logout.mustache index aace29301..1010a8970 100644 --- a/includes/templates/UserLinks__logout.mustache +++ b/includes/templates/UserLinks__logout.mustache @@ -1,4 +1,4 @@ {{!-- The #pt-logout ID is required for the AJAX enabled logout in mediawiki.page.ready to work.}} -