FleetCart/Modules/FlashSale/Resources/lang/en/attributes.php

16 lines
359 B
PHP
Raw Normal View History

2023-06-11 12:14:03 +00:00
<?php
return [
'product' => 'Product',
'end_date' => 'End Date',
'price' => 'Price',
'quantity' => 'Quantity',
'campaign_name' => 'Campaign Name',
// validation
'products.*.product_id' => 'Product',
'products.*.end_date' => 'End Date',
'products.*.price' => 'Price',
'products.*.qty' => 'Quantity',
];