Remove unnecessary period from page title
[MAILPOET-2736]
This commit is contained in:
committed by
Veljko V
parent
e915acf28d
commit
574dbef210
@ -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');
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user