diff --git a/packages/Webkul/Admin/src/Resources/lang/en/app.php b/packages/Webkul/Admin/src/Resources/lang/en/app.php
index ca9c1c15b..6fbb11dd8 100755
--- a/packages/Webkul/Admin/src/Resources/lang/en/app.php
+++ b/packages/Webkul/Admin/src/Resources/lang/en/app.php
@@ -820,6 +820,13 @@ return [
'select-attr-fam' => 'Select Attribute Family',
'select-cart-attr' => 'Select Cart Attribute',
'general-info' => [
+ 'on-shipping' => 'If applied on shipping',
+ 'discount' => 'Discount',
+ 'to-be-applied' => 'Applied On',
+ 'applied-on-info' => 'It signifies how cart rule should be applied on items in cart',
+ 'shipping-apply-info' => 'It signifies how rule behaves when it is used for shipping',
+ 'general-info' => 'General Info',
+ 'config' => 'Configure',
'name' => 'Rule Name',
'description' => 'Description',
'starts-from' => 'Start',
diff --git a/packages/Webkul/Admin/src/Resources/views/configuration/field-type.blade.php b/packages/Webkul/Admin/src/Resources/views/configuration/field-type.blade.php
index 8d2790707..80f9cb7dd 100755
--- a/packages/Webkul/Admin/src/Resources/views/configuration/field-type.blade.php
+++ b/packages/Webkul/Admin/src/Resources/views/configuration/field-type.blade.php
@@ -35,13 +35,13 @@
}
?>
- @if ($field['type'] == 'depands')
+ @if ($field['type'] == 'depends')
getConfigData($name) ?? '';
?>
-
+ >
@else
@@ -270,7 +270,7 @@
@endif
@if (isset($field['info']))
- {{ trans($field['info']) }}
+ {{ trans($field['info']) }}
@endif
-