From ac8aab0043fbc9cc8ad933fbfca07e23ca220efc Mon Sep 17 00:00:00 2001 From: Marcus Moore Date: Mon, 22 Apr 2024 12:22:10 -0700 Subject: [PATCH] Add default "select an option" to data source options --- resources/lang/en-US/general.php | 1 + resources/views/partials/label2-field-definitions.blade.php | 1 + 2 files changed, 2 insertions(+) diff --git a/resources/lang/en-US/general.php b/resources/lang/en-US/general.php index 1fb5eeecd..500ea1631 100644 --- a/resources/lang/en-US/general.php +++ b/resources/lang/en-US/general.php @@ -245,6 +245,7 @@ return [ 'select_all' => 'Select All', 'search' => 'Search', 'select_category' => 'Select a Category', + 'select_datasource' => 'Select a Datasource', 'select_department' => 'Select a Department', 'select_depreciation' => 'Select a Depreciation Type', 'select_location' => 'Select a Location', diff --git a/resources/views/partials/label2-field-definitions.blade.php b/resources/views/partials/label2-field-definitions.blade.php index b9c2ce3d5..ad5d1eb2e 100644 --- a/resources/views/partials/label2-field-definitions.blade.php +++ b/resources/views/partials/label2-field-definitions.blade.php @@ -306,6 +306,7 @@