- email notifications texts;

This commit is contained in:
nikitozzzzzzz
2018-06-13 18:07:56 +03:00
parent 0048d5d619
commit e2a0a5e636
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -617,7 +617,7 @@ if ( ! class_exists( 'um\admin\core\Admin_Settings' ) ) {
'id' => '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 <strong>templates/email</strong> 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'),
)
)
),