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',
];