Remove unnecessary period from page title

[MAILPOET-2736]
This commit is contained in:
Rostislav Wolny
2020-04-30 15:19:19 +02:00
committed by Veljko V
parent e915acf28d
commit 574dbef210

View File

@ -322,7 +322,7 @@ class Pages {
private function getConfirmUnsubscribeTitle() {
if ($this->isPreview() || $this->subscriber !== false) {
return $this->wp->__("Confirm you want to unsubscribe.", 'mailpoet');
return $this->wp->__('Confirm you want to unsubscribe', 'mailpoet');
}
}