From 0227a63fa5112b3cff51d073dfd2a70cb680ea63 Mon Sep 17 00:00:00 2001 From: snipe Date: Wed, 16 Jul 2025 16:31:45 +0100 Subject: [PATCH] Slightly clearer language Signed-off-by: snipe --- resources/lang/en-US/mail.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/en-US/mail.php b/resources/lang/en-US/mail.php index 6878de1561..92dba460fa 100644 --- a/resources/lang/en-US/mail.php +++ b/resources/lang/en-US/mail.php @@ -33,7 +33,7 @@ return [ 'send_pdf_copy' => 'Send a copy of this acceptance to my email address', 'accessory_name' => 'Accessory Name', 'additional_notes' => 'Additional Notes', - 'admin_has_created' => 'An administrator has created an account for you on the :web website.', + 'admin_has_created' => 'An administrator has created an account for you on the :web website. Please find your username below, and click on the link to set a password.', 'asset' => 'Asset', 'asset_name' => 'Asset Name', 'asset_requested' => 'Asset requested',