Fix message usage
Ib49600e accidentally removed the 's' from the end of the message name. Restore it. Change-Id: I5232adc5c0580a75741042a7f102e1b5b2e64c93
This commit is contained in:
parent
9391a64196
commit
9ac7d3dff4
|
@ -158,7 +158,7 @@ class SpecialContact extends UnlistedSpecialPage {
|
|||
'label' => '',
|
||||
'type' => 'info',
|
||||
'default' => Html::rawElement( 'small', array(),
|
||||
$this->msg( 'contactpage-formfootnote' )->text()
|
||||
$this->msg( 'contactpage-formfootnotes' )->text()
|
||||
),
|
||||
'raw' => true,
|
||||
),
|
||||
|
|
Loading…
Reference in New Issue