From 729e3eb70d1a6c2b1d8f252db87dc9f9a90e7a24 Mon Sep 17 00:00:00 2001 From: snipe Date: Tue, 21 May 2019 18:43:00 -0700 Subject: [PATCH] Updated email strings --- resources/lang/en/mail.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/resources/lang/en/mail.php b/resources/lang/en/mail.php index 5fd0dab1e7..f8c781c8e8 100644 --- a/resources/lang/en/mail.php +++ b/resources/lang/en/mail.php @@ -18,12 +18,12 @@ return array( 'click_to_confirm' => 'Please click on the following link to confirm your :web account:', 'click_on_the_link_accessory' => 'Please click on the link at the bottom to confirm that you have received the accessory.', 'click_on_the_link_asset' => 'Please click on the link at the bottom to confirm that you have received the asset.', - 'Confirm_Asset_Checkin' => 'Confirm Asset Checkin.', - 'Confirm_Accessory_Checkin' => 'Confirm Accessory Checkin.', - 'Confirm_accessory_delivery' => 'Confirm accessory delivery.', - 'Confirm_license_delivery' => 'Confirm license delivery.', - 'Confirm_asset_delivery' => 'Confirm asset delivery.', - 'Confirm_consumable_delivery' => 'Confirm consumable delivery.', + 'Confirm_Asset_Checkin' => 'Asset checkin confirmation', + 'Confirm_Accessory_Checkin' => 'Accessory checkin confirmation', + 'Confirm_accessory_delivery' => 'Accessory delivery confirmation', + 'Confirm_license_delivery' => 'License delivery confirmation', + 'Confirm_asset_delivery' => 'Asset delivery confirmation', + 'Confirm_consumable_delivery' => 'Consumable delivery confirmation', 'current_QTY' => 'Current QTY', 'Days' => 'Days', 'days' => 'Days',