Fix translation function

[MAILPOET-1449]
This commit is contained in:
Pavel Dohnal
2018-11-15 15:52:11 +01:00
parent 72c039f35f
commit 5a5f65c39c

View File

@ -49,7 +49,7 @@ class DefaultForm {
'id' => 'submit',
'unique' => '0',
'static' => '1',
'params' => ['label' => __('Subscribe!', 'Form label', 'mailpoet')],
'params' => ['label' => _x('Subscribe!', 'Form label', 'mailpoet')],
'position' => '4',
],
];