From 987ff94d8c7dfaa8487c5b1f18547ebdb19247e2 Mon Sep 17 00:00:00 2001 From: Michael Mayer Date: Wed, 22 Jul 2020 14:28:22 +0200 Subject: [PATCH] Frontend: Capitalize calendar months Signed-off-by: Michael Mayer --- frontend/src/pages/albums.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/pages/albums.vue b/frontend/src/pages/albums.vue index 558b34424..93daf4723 100644 --- a/frontend/src/pages/albums.vue +++ b/frontend/src/pages/albums.vue @@ -142,7 +142,7 @@ @click.stop.prevent="edit(album)" class="body-2 ma-0 action-title-edit" :data-uid="album.UID"> - {{ album.getDateString() }} + {{ album.getDateString() | capitalize }}