diff --git a/resources/lang/en/firefly.php b/resources/lang/en/firefly.php index 58e91b1da5..6dc9813b04 100644 --- a/resources/lang/en/firefly.php +++ b/resources/lang/en/firefly.php @@ -76,6 +76,7 @@ return [ 'no' => 'No', 'amount' => 'Amount', 'newBalance' => 'New balance', + 'overview' => 'Overview', // charts: 'dayOfMonth' => 'Day of the month', diff --git a/resources/lang/nl/firefly.php b/resources/lang/nl/firefly.php index 61b0913475..979128822f 100644 --- a/resources/lang/nl/firefly.php +++ b/resources/lang/nl/firefly.php @@ -76,6 +76,7 @@ return [ 'no' => 'Nee', 'amount' => 'Bedrag', 'newBalance' => 'Nieuw saldo', + 'overview' => 'Overzicht', // charts: 'dayOfMonth' => 'Dag vd maand', diff --git a/resources/twig/accounts/show.twig b/resources/twig/accounts/show.twig index 0cfe8b1117..755c2a7b4c 100644 --- a/resources/twig/accounts/show.twig +++ b/resources/twig/accounts/show.twig @@ -34,7 +34,7 @@
- Transactions + {{ 'transactions'|_ }}
{% include 'list/journals.twig' with {sorting:true} %} diff --git a/resources/twig/budgets/show.twig b/resources/twig/budgets/show.twig index 6db13018be..82b0b8b9a0 100644 --- a/resources/twig/budgets/show.twig +++ b/resources/twig/budgets/show.twig @@ -5,7 +5,7 @@
- Overview + {{ 'overview'|_ }} diff --git a/resources/twig/categories/show.twig b/resources/twig/categories/show.twig index c231eb8d18..627fafd7a2 100644 --- a/resources/twig/categories/show.twig +++ b/resources/twig/categories/show.twig @@ -6,7 +6,7 @@
- Overview + {{ 'overview'|_ }}
@@ -17,7 +17,7 @@
- Overview + {{ 'overview'|_ }}
@@ -31,7 +31,7 @@
- Transactions + {{ 'transactions'|_ }}
{% include 'list/journals' %} diff --git a/resources/twig/tags/show.twig b/resources/twig/tags/show.twig index 73dcfe97a6..d5caf2e8b8 100644 --- a/resources/twig/tags/show.twig +++ b/resources/twig/tags/show.twig @@ -46,7 +46,7 @@
- Transactions + {{ 'transactions'|_ }} {% if not (tag.latitude and tag.longitude and tag.zoomLevel) %}