From b95d24b5eb2ca6d98fdc02fb998be13b01ab844d Mon Sep 17 00:00:00 2001 From: snipe Date: Tue, 8 Nov 2022 15:27:44 +0000 Subject: [PATCH] Additional translations Signed-off-by: snipe --- resources/lang/en/admin/custom_fields/general.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/lang/en/admin/custom_fields/general.php b/resources/lang/en/admin/custom_fields/general.php index 743411783..92bf240a7 100644 --- a/resources/lang/en/admin/custom_fields/general.php +++ b/resources/lang/en/admin/custom_fields/general.php @@ -44,4 +44,6 @@ return [ 'db_convert_warning' => 'WARNING. This field is in the custom fields table as :db_column but should be :expected.', 'is_unique' => 'This value must be unique across all assets', 'unique' => 'Unique', + 'display_in_user_view' => 'Allow the checked out user to view these values in their View Assigned Assets page', + 'display_in_user_view_table' => 'Visible to User', ];