diff --git a/frontend/src/pages/Batches/BatchForm.vue b/frontend/src/pages/Batches/BatchForm.vue
index 8dabab12..08d202a0 100644
--- a/frontend/src/pages/Batches/BatchForm.vue
+++ b/frontend/src/pages/Batches/BatchForm.vue
@@ -165,42 +165,48 @@
"
/>
-
-
-
-
-
-
+
+
+
+
+
+
+ {{ __('Conferencing') }}
+
+
+
+
+
@@ -488,11 +494,11 @@ const conferencingOptions = computed(() => {
value: '',
},
{
- label: 'Zoom',
+ label: __('Zoom'),
value: 'Zoom',
},
{
- label: 'Google Meet',
+ label: __('Google Meet'),
value: 'Google Meet',
},
]