From c727633e6bdd265c5ad0b9fea5e371e0969d65ac Mon Sep 17 00:00:00 2001 From: snipe Date: Sat, 22 Feb 2025 18:11:42 +0000 Subject: [PATCH] Added language strings Signed-off-by: snipe --- resources/lang/en-US/admin/custom_fields/general.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/lang/en-US/admin/custom_fields/general.php b/resources/lang/en-US/admin/custom_fields/general.php index e3c21d1f0c..b231fab1d1 100644 --- a/resources/lang/en-US/admin/custom_fields/general.php +++ b/resources/lang/en-US/admin/custom_fields/general.php @@ -57,5 +57,7 @@ return [ 'show_in_requestable_list_short' => 'Show in requestable assets list', 'show_in_requestable_list' => 'Show value in requestable assets list. Encrypted fields will not be shown', 'encrypted_options' => 'This field is encrypted, so some display options will not be available.', + 'display_checkin' => 'Display in checkin forms', + 'display_checkout' => 'Display in checkout forms', ];