From 1e513312eb32e56070b3750180c47601d2384800 Mon Sep 17 00:00:00 2001 From: akemidx Date: Tue, 19 Nov 2024 16:58:10 -0500 Subject: [PATCH] adding colon to password translation --- 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 76c0c1773d..626d50f4ed 100644 --- a/resources/lang/en-US/mail.php +++ b/resources/lang/en-US/mail.php @@ -67,7 +67,7 @@ return [ 'name' => 'Name', 'new_item_checked' => 'A new item has been checked out under your name, details are below.', 'notes' => 'Notes', - 'password' => 'Password', + 'password' => 'Password:', 'password_reset' => 'Password Reset', 'read_the_terms' => 'Please read the terms of use below.', 'read_the_terms_and_click' => 'Please read the terms of use below, and click on the link at the bottom to confirm that you read and agree to the terms of use, and have received the asset.',