Skip to content

Commit

Permalink
update message texts
Browse files Browse the repository at this point in the history
  • Loading branch information
sapayth committed Sep 5, 2024
1 parent c76a0df commit 745bc9f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions includes/Frontend.php
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,9 @@ public function enqueue_scripts() {
'protected_shortcodes' => wpuf_get_protected_shortcodes(),
// translators: %shortcode% is the shortcode name
'protected_shortcodes_message' => __( 'Using %shortcode% is restricted', 'wp-user-frontend' ),
'password_warning_weak' => __( 'Password minimum strength should be weak', 'wp-user-frontend' ),
'password_warning_medium' => __( 'Password minimum strength should be medium', 'wp-user-frontend' ),
'password_warning_strong' => __( 'Password minimum strength should be strong', 'wp-user-frontend' ),
'password_warning_weak' => __( 'Your password should be at least weak in strength', 'wp-user-frontend' ),
'password_warning_medium' => __( 'Your password needs to be medium strength for better protection', 'wp-user-frontend' ),
'password_warning_strong' => __( 'Create a strong password for maximum security', 'wp-user-frontend' ),
]
)
);
Expand Down

0 comments on commit 745bc9f

Please sign in to comment.