diff --git a/docs/.vuepress/components/DonationBar.vue b/docs/.vuepress/components/DonationBar.vue index f673579..968a8de 100644 --- a/docs/.vuepress/components/DonationBar.vue +++ b/docs/.vuepress/components/DonationBar.vue @@ -49,7 +49,7 @@ const title = computed(() => { const currentValueStr = computed(() => { return props.currentValue.toLocaleString(lang) + ' €' //  € }) -const dateFormat = { year: "numeric", month: "short", day: "numeric" } +const dateFormat = { year: "numeric", month: "long", day: "numeric" } const asOfDateStr = computed(() => { switch (locale) { case 'de':