Skip to content

Commit 6742ff2

Browse files
committed
Update copy
1 parent 0d76922 commit 6742ff2

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
@@ -256,7 +256,7 @@ public function register_settings( $settings ) {
256256
array(
257257
'id' => 'allow_multiple_user_roles',
258258
'name' => __( 'Allow Multiple Roles', 'wp-user-manager' ),
259-
'desc' => __( 'Allow multiple user roles.', 'wp-user-manager' ),
259+
'desc' => __( 'Users can be assigned multiple roles.', 'wp-user-manager' ),
260260
'type' => 'checkbox'
261261
),
262262
],

0 commit comments

Comments
 (0)