Spell correction
This commit is contained in:
parent
b3472204c7
commit
b1f0416ca0
|
|
@ -686,12 +686,12 @@ return [
|
|||
'image' => 'Image',
|
||||
'content' => 'Content',
|
||||
'channels' => 'Channel',
|
||||
'created-success' => 'Slider Item Created Successfully',
|
||||
'created-fault' => 'Error In Creating Slider Item',
|
||||
'update-success' => 'Slider Item Successfully Updated',
|
||||
'update-fail' => 'Slider Cannot Be Updated',
|
||||
'delete-success' => 'Cannot Delete The Last Slider Item',
|
||||
'delete-fail' => 'Slider Item Successfully Deleted'
|
||||
'created-success' => 'Slider item created successfully',
|
||||
'created-fault' => 'Error in creating slider item',
|
||||
'update-success' => 'Slider item successfully updated',
|
||||
'update-fail' => 'Slider cannot be updated',
|
||||
'delete-success' => 'Cannot delete last llider item',
|
||||
'delete-fail' => 'Slider item successfully deleted'
|
||||
],
|
||||
|
||||
'tax-categories' => [
|
||||
|
|
@ -914,7 +914,7 @@ return [
|
|||
'update-success' => 'Success! rule updated',
|
||||
'update-coupon-success' => 'Success! rule updated along with coupon',
|
||||
'update-failed' => 'Error! cannot update',
|
||||
'delete-success' => 'Sucess! rule deleted',
|
||||
'delete-success' => 'Success! rule deleted',
|
||||
'delete-failed' => 'Error! cannot delete',
|
||||
'coupon-applied' => 'Coupon used',
|
||||
'coupon-failed' => 'Coupon failed to apply',
|
||||
|
|
|
|||
|
|
@ -545,7 +545,7 @@ class CartRuleController extends Controller
|
|||
|
||||
return response()->json(['message' => true], 200);
|
||||
} else {
|
||||
session()->flash('success', trans('admin::app.promotion.status.delete-failed'));
|
||||
session()->flash('error', trans('admin::app.promotion.status.delete-failed'));
|
||||
|
||||
return response()->json(['message' => false], 400);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue