Skip to content

Commit 341ce93

Browse files
committed
Translating PageEdit footer
1 parent a3d4214 commit 341ce93

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/.vuepress/theme/components/PageEdit.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
<footer class="page-edit">
33
<div class="container">
44
<p>
5-
Deployed on
5+
Deploy feito via
66
<a href="https://url.netlify.com/HJ8X2mxP8">Netlify</a>.
77
<template v-if="editLink">
88
<br />
99
<span class="edit-link">
10-
Caught a mistake or want to contribute to the documentation?
10+
Encontrou um erro ou deseja contribuir com a documentação?
1111
<a
1212
:href="editLink"
1313
target="_blank"
@@ -37,7 +37,7 @@ export default {
3737
3838
computed: {
3939
lastUpdated() {
40-
return this.$page.lastUpdated
40+
return new Date(this.$page.lastUpdated).toLocaleString()
4141
},
4242
4343
lastUpdatedText() {

0 commit comments

Comments
 (0)