minor fix: typo

This commit is contained in:
yuriinalivaiko
2021-04-02 17:08:14 +03:00
parent caba3de9d5
commit 235194ef0b
+1 -1
View File
@@ -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 }
}