naming changes

This commit is contained in:
faiqahzaman
2024-02-29 09:57:59 +08:00
parent 25d85dac75
commit c8f23d2e58
21 changed files with 57 additions and 57 deletions
@@ -8,7 +8,7 @@
<table class="table table-striped table-condensed">
<thead>
<tr>
<th width="10%">Student ID</th>
<th width="10%">No. Anggota</th>
<th width="30%">Name</th>
<th width="20%">Partylist</th>
<th width="20%">Course</th>
@@ -1,6 +1,6 @@
<template>
<div class="container col-md-8 col-md-offset-2">
<h4>Manage Election</h4>
<h4>Maklumat Undian</h4>
<router-view></router-view>
</div>
</template>
@@ -8,7 +8,7 @@
<script>
export default{
created: function () {
this.util.setTitle('Voting System - Manage Election');
this.util.setTitle('Voting System - Maklumat Undian');
}
}
</script>