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
@@ -1,6 +1,6 @@
<template>
<div class="container col-md-8 col-md-offset-2">
<h4>Manage Position</h4>
<h4>Kemaskini Jawatan</h4>
<router-view></router-view>
</div>
</template>
@@ -8,7 +8,7 @@
<script>
export default{
created: function () {
this.util.setTitle('Voting System - Manage Position');
this.util.setTitle('Voting System - Kemaskini Jawatan');
}
}
</script>