From 3a2900621c2dc7ab8d580c4f3de640bb3c47b674 Mon Sep 17 00:00:00 2001 From: snipe Date: Sat, 25 May 2024 10:20:52 +0100 Subject: [PATCH] Changed icon, added translation Signed-off-by: snipe --- resources/lang/en-US/general.php | 1 + resources/views/custom_fields/fieldsets/view.blade.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/lang/en-US/general.php b/resources/lang/en-US/general.php index 7ee1557c5..f417db62c 100644 --- a/resources/lang/en-US/general.php +++ b/resources/lang/en-US/general.php @@ -500,6 +500,7 @@ return [ 'address2' => 'Address Line 2', 'import_note' => 'Imported using csv importer', ], + 'remove_customfield_association' => 'Remove this field from the fieldset. This will not delete the custom field, only this field\'s association with this fieldset.', 'percent_complete' => '% complete', 'uploading' => 'Uploading... ', 'upload_error' => 'Error uploading file. Please check that there are no empty rows and that no column names are duplicated.', diff --git a/resources/views/custom_fields/fieldsets/view.blade.php b/resources/views/custom_fields/fieldsets/view.blade.php index 4ac97586f..b73ae708c 100644 --- a/resources/views/custom_fields/fieldsets/view.blade.php +++ b/resources/views/custom_fields/fieldsets/view.blade.php @@ -77,7 +77,7 @@ @can('update', $custom_fieldset)
@csrf - +
@endcan