From ad9b2e7b58cfd2d594eaedc7038b7d6411942f6f Mon Sep 17 00:00:00 2001 From: ogerly Date: Thu, 6 May 2021 11:14:03 +0200 Subject: [PATCH] =?UTF-8?q?transaction.show=5Fall=20in=20en.json=20hinzuge?= =?UTF-8?q?f=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/locales/en.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/locales/en.json b/frontend/src/locales/en.json index 6f9a790d9..ba1692a7e 100644 --- a/frontend/src/locales/en.json +++ b/frontend/src/locales/en.json @@ -46,7 +46,8 @@ "send_success":"your transaction was successfully completed" }, "transaction":{ - "show_part": "The last {count} transactions", + "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" },