Skip to content

Commit 1211cdb

Browse files
committed
Changed text of notFound page
1 parent 3d13a48 commit 1211cdb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

generator/templates/Default/src/Views/PageNotFound.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
Pagina niet gevonden
55
</h1>
66
<div class="my-5 title">De pagina die u probeert te bereiken is niet gevonden</div>
7-
<v-btn color="primary" @click="home">Terug naar de homepage</v-btn>
7+
<v-btn color="primary" @click="home">Terug naar de startpagina</v-btn>
88
</div>
99
</template>
1010

1111
<script>
1212
1313
export default {
14-
name: 'not-allowed',
14+
name: 'page-not-found',
1515
data() {
1616
return {};
1717
},

0 commit comments

Comments
 (0)