From 5699723c4fde700c9b5674053b0776fd5326e0c5 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Tue, 15 Mar 2022 13:18:46 +0100 Subject: [PATCH] Update frontend/src/components/Menu/Navbar.vue Co-authored-by: Moriz Wahl --- frontend/src/components/Menu/Navbar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/Menu/Navbar.vue b/frontend/src/components/Menu/Navbar.vue index bc434222c..2163ae945 100644 --- a/frontend/src/components/Menu/Navbar.vue +++ b/frontend/src/components/Menu/Navbar.vue @@ -10,7 +10,7 @@ - {{ pending ? '—' : balance | amount }} {{ $t('GDD') }} + {{ pending ? $t('dash') : balance | amount }} {{ $t('GDD') }} {{ $store.state.firstName }} {{ $store.state.lastName }}