- text changes;

This commit is contained in:
nikitasinelnikov
2019-11-28 12:51:44 +02:00
parent fc7d174c9b
commit 8fe4ece67a
+1 -6
View File
@@ -422,12 +422,7 @@ function um_before_account_notifications( $args = array() ) {
$output = UM()->account()->get_tab_fields( 'notifications', $args );
if ( substr_count( $output, '_enable_new_' ) ) { ?>
<div class="um-field">
<div class="um-field-label">
<label for=""><?php _e( 'Email me when', 'ultimate-member' ); ?></label>
<div class="um-clear"></div>
</div>
</div>
<p><?php _e( 'Select what email notifications do you want to receive', 'ultimate-member' ); ?></p>
<?php }
}