From da4c7d89346482ec8e0f9e3cc166d5de9d3cfbef Mon Sep 17 00:00:00 2001 From: snipe Date: Tue, 28 Oct 2025 15:47:56 +0000 Subject: [PATCH] One more tweak --- resources/lang/en-US/admin/users/general.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/en-US/admin/users/general.php b/resources/lang/en-US/admin/users/general.php index 0f93137ab1..e04d2b7de0 100644 --- a/resources/lang/en-US/admin/users/general.php +++ b/resources/lang/en-US/admin/users/general.php @@ -15,7 +15,7 @@ return [ 'info' => 'Info', 'restore_user' => 'Click here to restore them.', 'last_login' => 'Last Login', - 'ldap_config_text' => 'The selected location will be set for ALL imported users. This is an unusual use-case, so leaving this blank is typically best.', + 'ldap_config_text' => 'The selected location will be set for ALL imported users. This will overwrite their existing location, and is an unusual use-case, so leaving this blank is typically best.', 'ldap_sync_intro' => 'Click on the button below to manually sync your LDAP users. To learn more about configuring LDAP sync to run automatically, please see the documentation .', 'print_assigned' => 'Print All Assigned', 'email_assigned' => 'Email List of All Assigned',