From 79d02bddbe2b77574844b8ade7a09043c31b1c6b Mon Sep 17 00:00:00 2001 From: marcin mikołajczak Date: Sun, 13 Feb 2022 19:07:49 +0100 Subject: Birthdays MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: marcin mikołajczak --- src/components/user_profile/user_profile.vue | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'src/components/user_profile/user_profile.vue') diff --git a/src/components/user_profile/user_profile.vue b/src/components/user_profile/user_profile.vue index 726216ff..5e083198 100644 --- a/src/components/user_profile/user_profile.vue +++ b/src/components/user_profile/user_profile.vue @@ -11,6 +11,16 @@ :allow-zooming-avatar="true" rounded="top" /> + + + {{ $t('user_card.birthday', { birthday: formattedBirthday }) }} +