Update default form name spelling
[MAILPOET-2592]
This commit is contained in:
committed by
Rostislav Wolný
parent
2863cf9d93
commit
02a924ed28
@ -16,7 +16,7 @@ class DefaultForm {
|
||||
}
|
||||
|
||||
public function getName() {
|
||||
return WPFunctions::get()->_x('My first form', 'default name of form (GDPR friendly) to capture emails', 'mailpoet');
|
||||
return WPFunctions::get()->_x('My First Form', 'default name of form (GDPR friendly) to capture emails', 'mailpoet');
|
||||
}
|
||||
|
||||
public function getBody() {
|
||||
|
Reference in New Issue
Block a user