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 @@