Update default form name spelling

[MAILPOET-2592]
This commit is contained in:
Pavel Dohnal
2020-01-13 10:27:11 +01:00
committed by Rostislav Wolný
parent 2863cf9d93
commit 02a924ed28
3 changed files with 4 additions and 4 deletions

View File

@ -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() {