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"
},