diff --git a/app/Imports/ParkingWhitelistImport.php b/app/Imports/ParkingWhitelistImport.php index 49a5af8..a5075b0 100644 --- a/app/Imports/ParkingWhitelistImport.php +++ b/app/Imports/ParkingWhitelistImport.php @@ -59,7 +59,7 @@ class ParkingWhitelistImport implements ToModel, WithChunkReading if (empty($channelIds)) { $channelIds = []; foreach ($channel_arr as $channel) { - $channel_id = AdminTranslationService::getTypeId(5, $channel); + $channel_id = AdminTranslationService::getTypeId(6, $channel); if ($channel_id) { $channelIds[] = $channel_id; } diff --git a/resources/lang/en/exports.php b/resources/lang/en/exports.php index 3822657..67fd2d4 100644 --- a/resources/lang/en/exports.php +++ b/resources/lang/en/exports.php @@ -94,7 +94,7 @@ return [ 'list' => 'White List Import Template', 'export_list' => 'Whitelist Vehicle List', 'parking' => 'Parking Lot', - 'channel' => 'Traffic Lanes', + 'channel' => 'Lane Name', 'reason' => 'Reason For Passage', 'member_type' => 'Identity Type' ],