Added new strings

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2023-04-25 15:57:46 -07:00
parent 07336bbc6a
commit 4954b50280

View file

@ -49,4 +49,6 @@ return [
'unique' => 'Unique', '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' => 'Allow the checked out user to view these values in their View Assigned Assets page',
'display_in_user_view_table' => 'Visible to User', 'display_in_user_view_table' => 'Visible to User',
'auto_add_to_fieldsets' => 'Automatically add this to every new fieldset',
'add_to_preexisting_fieldsets' => 'Add to any existing fieldsets',
]; ];