From 0734d5b0b600c19481c6ad54a2a3ba1f3ba9b286 Mon Sep 17 00:00:00 2001 From: snipe Date: Wed, 15 May 2024 14:21:42 +0100 Subject: [PATCH] Added help text Signed-off-by: snipe --- resources/lang/en-US/general.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/lang/en-US/general.php b/resources/lang/en-US/general.php index 0b6f61339..b491023f1 100644 --- a/resources/lang/en-US/general.php +++ b/resources/lang/en-US/general.php @@ -202,6 +202,8 @@ return [ 'new_password' => 'New Password', 'next' => 'Next', 'next_audit_date' => 'Next Audit Date', + 'next_audit_date_help' => 'If you use auditing in your organization, this is usually automatically calculated based on the asset's last audit date and audit frequency (in Admin Settings > Alerts) and you can leave this blank. You can manually set this date here if you need to, but it must be later than the last audit date. ', + 'audit_images_help' => 'You can find audit images in the asset\'s history tab.', 'no_email' => 'No email address associated with this user', 'last_audit' => 'Last Audit', 'new' => 'new!',