diff --git a/frontend/src/locales/en.json b/frontend/src/locales/en.json index 4c489c69f..a49d6fc3d 100644 --- a/frontend/src/locales/en.json +++ b/frontend/src/locales/en.json @@ -50,7 +50,8 @@ "error":"Error" }, "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" },