mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
minor fix: typo
This commit is contained in:
@@ -453,7 +453,7 @@ function um_before_account_notifications( $args = array() ) {
|
||||
$output = UM()->account()->get_tab_fields( 'notifications', $args );
|
||||
if ( substr_count( $output, '_enable_new_' ) ) { ?>
|
||||
|
||||
<p><?php _e( 'Select what email notifications do you want to receive', 'ultimate-member' ); ?></p>
|
||||
<p><?php _e( 'Select what email notifications you want to receive', 'ultimate-member' ); ?></p>
|
||||
|
||||
<?php }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user