diff --git a/src/.vuepress/theme/components/PageEdit.vue b/src/.vuepress/theme/components/PageEdit.vue index f287c783deb0b5ade680e7f610b940249fb9adb4..569a05da10b5026a2e4fa4f0421412aa255c888d 100644 --- a/src/.vuepress/theme/components/PageEdit.vue +++ b/src/.vuepress/theme/components/PageEdit.vue @@ -22,7 +22,7 @@ export default { computed: { lastUpdated () { - return this.$page.lastUpdated && moment(this.$page.lastUpdated).locale("de", localization).format('DD. MMMM yyyy, h:mm') + return this.$page.lastUpdated && moment(this.$page.lastUpdated).locale("de", localization).format('DD. MMMM yyyy, H:mm') }, lastUpdatedText () {