diff --git a/frontend/src/components/Controls/Autocomplete.vue b/frontend/src/components/Controls/Autocomplete.vue index 9870bab0..71739c20 100644 --- a/frontend/src/components/Controls/Autocomplete.vue +++ b/frontend/src/components/Controls/Autocomplete.vue @@ -107,7 +107,7 @@
{{ - option.value == option.label + option.value == option.label && option.description ? option.description : option.label }} @@ -124,7 +124,7 @@ v-if="groups.length == 0" class="mt-1.5 rounded-md px-2.5 py-1.5 text-base text-ink-gray-5" > - No results found + {{ __('No results found') }}
diff --git a/frontend/src/components/Controls/Uploader.vue b/frontend/src/components/Controls/Uploader.vue index 5bcd81a2..1f6ec5ee 100644 --- a/frontend/src/components/Controls/Uploader.vue +++ b/frontend/src/components/Controls/Uploader.vue @@ -38,7 +38,7 @@ 'border object-cover', shape === 'circle' ? 'w-20 h-20 rounded-full' - : 'w-44 h-auto min-h-20 rounded-md', + : 'w-44 h-auto min-h-20 max-h-32 rounded-md', ]" />
-
+
+
+ {{ review.review }} +
-
- {{ review.review }} -
diff --git a/frontend/src/components/Modals/VideoStatistics.vue b/frontend/src/components/Modals/VideoStatistics.vue index 9b72d96b..19929634 100644 --- a/frontend/src/components/Modals/VideoStatistics.vue +++ b/frontend/src/components/Modals/VideoStatistics.vue @@ -3,7 +3,7 @@ v-model="show" :options="{ size: '4xl', - title: __('Video Statistics for {0}').format(lessonTitle), + title: __('Video Statistics'), }" > - diff --git a/frontend/src/pages/Batches/components/LiveClass.vue b/frontend/src/pages/Batches/components/LiveClass.vue index 5e63ff70..0d3fdb42 100644 --- a/frontend/src/pages/Batches/components/LiveClass.vue +++ b/frontend/src/pages/Batches/components/LiveClass.vue @@ -43,7 +43,7 @@ } " > -
+
{{ cls.title }}
diff --git a/frontend/src/pages/Home/StudentHome.vue b/frontend/src/pages/Home/StudentHome.vue index 1183c307..85491a12 100644 --- a/frontend/src/pages/Home/StudentHome.vue +++ b/frontend/src/pages/Home/StudentHome.vue @@ -1,17 +1,17 @@