Skip to content

Commit 10faf27

Browse files
committed
Tweak copy
1 parent e38d661 commit 10faf27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/wpum-admin/class-wpum-options-panel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ public function register_settings( $settings ) {
342342
array(
343343
'id' => 'disable_profiles',
344344
'name' => __( 'Disable User Profiles', 'wp-user-manager' ),
345-
'desc' => __( 'Enable this option to disable user profiles from frontend.', 'wp-user-manager' ),
345+
'desc' => __( 'Enable this option to disable frontend user profiles.', 'wp-user-manager' ),
346346
'type' => 'checkbox',
347347
),
348348
array(

0 commit comments

Comments
 (0)