From e104decf77185066663ed8ac96727be2e1bee762 Mon Sep 17 00:00:00 2001 From: snipe Date: Tue, 11 Feb 2025 00:35:03 +0000 Subject: [PATCH] Added placeholder translation array Signed-off-by: snipe --- resources/lang/en-US/general.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/resources/lang/en-US/general.php b/resources/lang/en-US/general.php index 77670b5a7..cf344273b 100644 --- a/resources/lang/en-US/general.php +++ b/resources/lang/en-US/general.php @@ -561,6 +561,7 @@ return [ 'consumables' => ':count Consumable|:count Consumables', 'components' => ':count Component|:count Components', ], + 'more_info' => 'More Info', 'quickscan_bulk_help' => 'Checking this box will edit the asset record to reflect this new location. Leaving it unchecked will simply note the location in the audit log. Note that if this asset is checked out, it will not change the location of the person, asset or location it is checked out to.', 'whoops' => 'Whoops!', @@ -577,4 +578,9 @@ return [ 'user_managed_passwords_disallow' => 'Disallow users from managing their own passwords', 'user_managed_passwords_allow' => 'Allow users to manage their own passwords', +// Add form placeholders here + 'placeholders' => [ + 'notes' => 'Add a note', + ], + ];