From 064e6965212cfc8413828a7eb083a488544af481 Mon Sep 17 00:00:00 2001 From: akemidx Date: Tue, 18 Jul 2023 15:33:33 -0400 Subject: [PATCH] merge users page typo fix --- resources/lang/en/general.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/en/general.php b/resources/lang/en/general.php index 328eb32090..be8361e4e0 100644 --- a/resources/lang/en/general.php +++ b/resources/lang/en/general.php @@ -412,7 +412,7 @@ return [ 'integration_option' => 'Integration Option', 'log_does_not_exist' => 'No matching log record exists.', 'merge_users' => 'Merge Users', - 'merge_information' => 'This will merge the :count users into a single user. Select the user you wish to merge the others into below, and the associated assets, licences, etc will be moved over to the selected user and the other users will be marked as deleted.', + 'merge_information' => 'This will merge the :count users into a single user. Select the user you wish to merge the others into below, and the associated assets, licenses, etc will be moved over to the selected user and the other users will be marked as deleted.', 'warning_merge_information' => 'This action CANNOT be undone and should ONLY be used when you need to merge users because of a bad import or sync. Be sure to run a backup first.', 'no_users_selected' => 'No users selected', 'not_enough_users_selected' => 'At least :count users must be selected',