+
{{ __('Hey') }}, {{ user.data?.full_name }} 👋
diff --git a/frontend/src/pages/Home/StudentHome.vue b/frontend/src/pages/Home/StudentHome.vue
index 457d99f3..50335af8 100644
--- a/frontend/src/pages/Home/StudentHome.vue
+++ b/frontend/src/pages/Home/StudentHome.vue
@@ -2,7 +2,7 @@
-
+
{{
myCourses.data[0].membership
? __('My Courses')
@@ -34,7 +34,7 @@
-
+
{{
myBatches.data?.[0].students.includes(user.data?.name)
? __('My Batches')
@@ -46,7 +46,7 @@
name: 'Batches',
}"
>
-
+
{{ __('See all') }}
@@ -67,7 +67,7 @@
-
+
{{ __('Upcoming Live Classes') }}
diff --git a/frontend/src/pages/Programs/ProgramForm.vue b/frontend/src/pages/Programs/ProgramForm.vue
index 5978c6fa..99691ddf 100644
--- a/frontend/src/pages/Programs/ProgramForm.vue
+++ b/frontend/src/pages/Programs/ProgramForm.vue
@@ -45,7 +45,7 @@
-
+
{{ __('Courses') }}