Commit 9056815e1a7b5a10dedd497341812c0052a2fe2c

Authored by Neeraj Sharma
1 parent 4d1fcaddce

fixed bugs

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
src/pages/Administrator/academicYear.vue
... ... @@ -72,7 +72,7 @@
72 72 <v-flex xs12 sm12>
73 73 <v-layout>
74 74 <v-flex xs4 class="pt-4 subheading">
75   - <label class="right">Date:</label>
  75 + <label class="right">Starting Date:</label>
76 76 </v-flex>
77 77 <v-flex xs8 sm6 class="ml-3">
78 78 <v-menu
... ... @@ -104,7 +104,7 @@
104 104 <v-flex xs12 sm12>
105 105 <v-layout>
106 106 <v-flex xs4 class="pt-4 subheading">
107   - <label class="right">Starting Date:</label>
  107 + <label class="right">Ending Date:</label>
108 108 </v-flex>
109 109 <v-flex xs8 sm6 class="ml-3">
110 110 <v-menu
... ...