From f892a90e6c86d5a5ea11c1c835c68704c6817e52 Mon Sep 17 00:00:00 2001 From: ogerly Date: Wed, 12 May 2021 11:29:00 +0200 Subject: [PATCH] switch language in sidebar --- frontend/src/locales/en.json | 1 - frontend/src/views/Layout/DashboardLayout_gdd.vue | 2 +- frontend/src/views/Layout/DashboardNavbar.vue | 3 --- 3 files changed, 1 insertion(+), 5 deletions(-) diff --git a/frontend/src/locales/en.json b/frontend/src/locales/en.json index fc2e15cc7..d9a3d278b 100644 --- a/frontend/src/locales/en.json +++ b/frontend/src/locales/en.json @@ -57,7 +57,6 @@ }, "transaction":{ "show_all":"View all {count} transactions.", - "show_part": "The last {count} transactions.", "nullTransactions":"You don't have any transactions on your account yet.", "more": "more" }, diff --git a/frontend/src/views/Layout/DashboardLayout_gdd.vue b/frontend/src/views/Layout/DashboardLayout_gdd.vue index 9fba0a3ae..35b449854 100755 --- a/frontend/src/views/Layout/DashboardLayout_gdd.vue +++ b/frontend/src/views/Layout/DashboardLayout_gdd.vue @@ -9,7 +9,7 @@ {{ $t('transactions') }} - + -
@@ -28,14 +27,12 @@