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 @@