Merge "LoggerFactory: Only check for Psr\Log\LoggerInterface once"
[lhc/web/wiklou.git] / includes / specials / SpecialMovepage.php
index a79f4ce..589c39f 100644 (file)
@@ -315,7 +315,7 @@ class MovePageForm extends UnlistedSpecialPage {
                                'infusable' => true,
                        ) ),
                        array(
-                               'label' => $this->msg( 'move-new-title' )->text(),
+                               'label' => $this->msg( 'newtitle' )->text(),
                                'align' => 'top',
                        )
                );