Commit 8c3acf4a97b940aca26b12a8c03a18b655eb1324
1 parent
fa4edf9292
Exists in
master
and in
3 other branches
improve details
Showing
10 changed files
with
11 additions
and
11 deletions
Show diff stats
src/pages/Account/expense.vue
... | ... | @@ -311,7 +311,7 @@ |
311 | 311 | <v-card flat class="card-style pa-2" dark> |
312 | 312 | <v-layout> |
313 | 313 | <v-flex xs12> |
314 | - <label class="title text-xs-center">Add Class</label> | |
314 | + <label class="title text-xs-center">Add Expense</label> | |
315 | 315 | <v-icon size="24" class="right" @click="addExpenseDialog = false">cancel</v-icon> |
316 | 316 | </v-flex> |
317 | 317 | </v-layout> | ... | ... |
src/pages/Administrator/academicYear.vue
... | ... | @@ -5,7 +5,7 @@ |
5 | 5 | <v-card flat class="card-style pa-2" dark> |
6 | 6 | <v-layout> |
7 | 7 | <v-flex xs12> |
8 | - <label class="title text-xs-center">Edit Academin Year</label> | |
8 | + <label class="title text-xs-center">Edit Academic Year</label> | |
9 | 9 | <v-icon size="24" class="right" @click="editAcademinYearDialog = false">cancel</v-icon> |
10 | 10 | </v-flex> |
11 | 11 | </v-layout> |
... | ... | @@ -128,7 +128,7 @@ |
128 | 128 | <v-card flat class="card-style pa-3" dark> |
129 | 129 | <v-layout> |
130 | 130 | <v-flex xs12> |
131 | - <label class="title text-xs-center">View Academin Year</label> | |
131 | + <label class="title text-xs-center">View Academic Year</label> | |
132 | 132 | <v-icon size="24" class="right" @click="viewAcademinYearDialog = false">cancel</v-icon> |
133 | 133 | </v-flex> |
134 | 134 | </v-layout> | ... | ... |
src/pages/Administrator/role.vue
... | ... | @@ -118,7 +118,7 @@ |
118 | 118 | <v-card flat class="card-style pa-2" dark> |
119 | 119 | <v-layout> |
120 | 120 | <v-flex xs12> |
121 | - <label class="title text-xs-center">Add Class</label> | |
121 | + <label class="title text-xs-center">Add Role</label> | |
122 | 122 | <v-icon size="24" class="right" @click="addRoleDialog = false">cancel</v-icon> |
123 | 123 | </v-flex> |
124 | 124 | </v-layout> | ... | ... |
src/pages/Event/event.vue
... | ... | @@ -5,7 +5,7 @@ |
5 | 5 | <v-card flat class="card-style pa-2" dark> |
6 | 6 | <v-layout> |
7 | 7 | <v-flex xs12> |
8 | - <label class="title text-xs-center">Edit Class</label> | |
8 | + <label class="title text-xs-center">Edit Event</label> | |
9 | 9 | <v-icon size="24" class="right" @click="editEventdialog = false">cancel</v-icon> |
10 | 10 | </v-flex> |
11 | 11 | </v-layout> | ... | ... |
src/pages/Exam/examSchedule.vue
... | ... | @@ -404,7 +404,7 @@ |
404 | 404 | <v-card flat class="card-style pa-2" dark> |
405 | 405 | <v-layout> |
406 | 406 | <v-flex xs12> |
407 | - <label class="title text-xs-center">Add Exam</label> | |
407 | + <label class="title text-xs-center">Add Exam Schedule</label> | |
408 | 408 | <v-icon size="24" class="right" @click="addExamScheduleDialog = false">cancel</v-icon> |
409 | 409 | </v-flex> |
410 | 410 | </v-layout> | ... | ... |
src/pages/Exam/grade.vue
... | ... | @@ -106,7 +106,7 @@ |
106 | 106 | <v-card flat class="card-style pa-3" dark> |
107 | 107 | <v-layout> |
108 | 108 | <v-flex xs12> |
109 | - <label class="title text-xs-center">View Class</label> | |
109 | + <label class="title text-xs-center">View Grade</label> | |
110 | 110 | <v-icon size="24" class="right" @click="viewGradeDialog = false">cancel</v-icon> |
111 | 111 | </v-flex> |
112 | 112 | </v-layout> | ... | ... |
src/pages/Gallery/gallery.vue
... | ... | @@ -5,7 +5,7 @@ |
5 | 5 | <v-card class="card-style pa-2" dark> |
6 | 6 | <v-layout> |
7 | 7 | <v-flex xs12> |
8 | - <label class="title text-xs-center">Edit Class</label> | |
8 | + <label class="title text-xs-center">Edit Gallery</label> | |
9 | 9 | <v-icon size="24" class="right" @click="editGalleryDialog = false">cancel</v-icon> |
10 | 10 | </v-flex> |
11 | 11 | </v-layout> | ... | ... |
src/pages/Mark/markDistribution.vue
... | ... | @@ -5,7 +5,7 @@ |
5 | 5 | <v-card flat class="card-style pa-2" dark> |
6 | 6 | <v-layout> |
7 | 7 | <v-flex xs12> |
8 | - <label class="title text-xs-center">Edit Class</label> | |
8 | + <label class="title text-xs-center">Edit Mark Distribution</label> | |
9 | 9 | <v-icon size="24" class="right" @click="editMarkDistributionDialog = false">cancel</v-icon> |
10 | 10 | </v-flex> |
11 | 11 | </v-layout> | ... | ... |
src/pages/Section/section.vue
... | ... | @@ -239,7 +239,7 @@ |
239 | 239 | <v-card flat class="card-style pa-2" dark> |
240 | 240 | <v-layout> |
241 | 241 | <v-flex xs12> |
242 | - <label class="title text-xs-center">Add Class</label> | |
242 | + <label class="title text-xs-center">Add Section</label> | |
243 | 243 | <v-icon size="24" class="right" @click="addSectionDialog = false">cancel</v-icon> |
244 | 244 | </v-flex> |
245 | 245 | </v-layout> | ... | ... |
src/pages/Teachers/teachers.vue
... | ... | @@ -326,7 +326,7 @@ |
326 | 326 | <v-card flat class="card-style pa-3" dark> |
327 | 327 | <v-layout> |
328 | 328 | <v-flex xs12> |
329 | - <label class="title text-xs-center">View Class</label> | |
329 | + <label class="title text-xs-center">View Teacher</label> | |
330 | 330 | <v-icon size="24" class="right" @click="viewTeacherProfileDialog = false">cancel</v-icon> |
331 | 331 | </v-flex> |
332 | 332 | </v-layout> | ... | ... |