From 0d7ec43262e262ba0914f84c03afc8346a620753 Mon Sep 17 00:00:00 2001 From: snipe Date: Thu, 28 Aug 2025 06:19:41 +0100 Subject: [PATCH] Fixed typo Signed-off-by: snipe --- resources/lang/en-US/general.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lang/en-US/general.php b/resources/lang/en-US/general.php index 39587bad70..eb7df70d43 100644 --- a/resources/lang/en-US/general.php +++ b/resources/lang/en-US/general.php @@ -484,8 +484,8 @@ return [ 'auto_incrementing_asset_tags_disabled_so_tags_required' => 'Generating auto-incrementing asset tags is disabled so all rows need to have the "Asset Tag" column populated.', 'auto_incrementing_asset_tags_enabled_so_now_assets_will_be_created' => 'Note: Generating auto-incrementing asset tags is enabled so assets will be created for rows that do not have "Asset Tag" populated. Rows that do have "Asset Tag" populated will be updated with the provided information.', 'send_welcome_email_to_users' => ' Send welcome email to new users', - 'send_welcome_email_help' => 'Only users with a valid email address and who are marked as activated in your import file will received a welcome email where they can reset their password.', - 'send_welcome_email_import_help' => 'Only new users with a valid email address and who are marked as activated in your import file will received a welcome email where they can set their password.', + 'send_welcome_email_help' => 'Only users with a valid email address and who are marked as activated will receive a welcome email where they can reset their password.', + 'send_welcome_email_import_help' => 'Only new users with a valid email address and who are marked as activated in your import file will receive a welcome email where they can set their password.', 'send_email' => 'Send Email', 'call' => 'Call number', 'back_before_importing' => 'Backup before importing?',