From a9bb2f78cc2703806a9132f716ed4e2a21324ebe Mon Sep 17 00:00:00 2001 From: snipe Date: Thu, 6 Apr 2023 19:11:35 -0700 Subject: [PATCH] Fixed borked English string Signed-off-by: snipe --- resources/lang/en/admin/users/general.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/en/admin/users/general.php b/resources/lang/en/admin/users/general.php index ef51dcea2..b097ccec6 100644 --- a/resources/lang/en/admin/users/general.php +++ b/resources/lang/en/admin/users/general.php @@ -43,7 +43,7 @@ return [ 'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.', 'not_remote_label' => 'This is not a remote user', 'vip_label' => 'VIP user', - 'vip_help' => 'This can be helpful to mark important people if you would like', + 'vip_help' => 'This can be helpful to mark important people in your org if you would like to handle them in special ways.', 'create_user' => 'Create a user', 'create_user_page_explanation' => 'This is the account information you will use to access the site for the first time.', 'email_credentials' => 'Email credentials',