diff --git a/admin/core/um-admin-actions.php b/admin/core/um-admin-actions.php index db0db037..42a2e444 100644 --- a/admin/core/um-admin-actions.php +++ b/admin/core/um-admin-actions.php @@ -27,7 +27,7 @@ foreach($ultimatemember->query->get_roles() as $role_id => $role) { echo ''; } - echo '

' . __('This is applicable only if you allow logged-in users to view the content.','ultimatemember') . '

'; + echo '

' . __('This is applicable only if you restrict the content to logged-in users.','ultimatemember') . '

'; echo ''; echo '
'; @@ -460,4 +460,4 @@ wp_redirect( add_query_arg( 'update', 'user_updated', admin_url('?page=ultimatemember') ) ); exit; - } \ No newline at end of file + }