From e2a0a5e636595f23e08034469a99e79d8bfe29ce Mon Sep 17 00:00:00 2001 From: nikitozzzzzzz Date: Wed, 13 Jun 2018 18:07:56 +0300 Subject: [PATCH] - email notifications texts; --- includes/admin/core/class-admin-forms.php | 2 +- includes/admin/core/class-admin-settings.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/admin/core/class-admin-forms.php b/includes/admin/core/class-admin-forms.php index 61fc263b..3e27eaa1 100644 --- a/includes/admin/core/class-admin-forms.php +++ b/includes/admin/core/class-admin-forms.php @@ -1052,7 +1052,7 @@ if ( ! class_exists( 'um\admin\core\Admin_Forms' ) ) { 'editor_class' => $class ) ); ?> - + For default text for plain-text emails please see this doc 'email_html', 'type' => 'checkbox', 'label' => __( 'Use HTML for E-mails?','ultimate-member' ), - 'tooltip' => __('If you enable HTML for e-mails, you can customize the HTML e-mail templates found in templates/email folder.','ultimate-member'), + 'tooltip' => __( 'If you plan use e-mails with HTML, please make sure that this option is enabled. Otherwise, HTML will be displayed as plain text.','ultimate-member'), ) ) ),