Added warning translation for encrypted fields

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2023-10-25 20:10:46 +01:00
parent 6264d90459
commit 3916bac95f

View file

@ -56,5 +56,6 @@ return [
'show_in_listview_short' => 'Show in lists',
'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.',
];