diff --git a/resources/views/transactions/show.twig b/resources/views/transactions/show.twig
index 581c4d365a..74b1685f13 100644
--- a/resources/views/transactions/show.twig
+++ b/resources/views/transactions/show.twig
@@ -170,12 +170,8 @@
{{ t.account.accounttype.type|_ }} |
- {{ 'amount'|_ }} |
- {{ t.before|formatAmount }} |
-
-
- {{ 'newBalance'|_ }} |
- {{ (t.before+t.amount)|formatAmount }} |
+ {{ 'balance'|_ }} |
+ {{ t.before|formatAmount }} → {{ (t.before+t.amount)|formatAmount }} |
{% if t.description %}