Hi
Is it possible to change the text for password strength confirmation message set in metabox? I assuming not as its not listed in the mb_user_profile_register shortcode attribute list.
[
'very-weak' => __( 'Very weak', 'mb-user-profile' ),
'weak' => __( 'Weak', 'mb-user-profile' ),
'medium' => _x( 'Medium', 'password strength', 'mb-user-profile' ),
'strong' => __( 'Strong', 'mb-user-profile' ),
'mismatch' => __( 'Mismatch', 'mb-user-profile' ),
'strength' => $this->config['password_strength'],
]