@@ -149,6 +153,7 @@
:label="__('Seat Count')"
type="number"
class="mb-4"
+ :placeholder="__('Number of seats available')"
/>
-
-
- {{ __('No {0} batches found').format(tab.label.toLowerCase()) }}
-
-
+
+ {{ __('No {0} batches').format(tab.label.toLowerCase()) }}
+
+
+
+
+
+
+ {{ __('Create a Batch') }}
+
+
+ {{ __('You can link courses and assessments to it.') }}
+
+
+
+
+
+
+
+
+ {{ __('No batches found') }}
+
+
+ {{
+ __(
+ 'There are no batches available at the moment. Keep an eye out, fresh learning experiences are on the way soon!'
+ )
+ }}
+
+