From aa42d0f131223102bf1b6bd8517871e8dfb844d3 Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 22 Nov 2017 18:00:16 +0100 Subject: [PATCH] Missing translation. [skip ci] --- resources/lang/en_US/list.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/lang/en_US/list.php b/resources/lang/en_US/list.php index 992afacc40..8129b082fc 100644 --- a/resources/lang/en_US/list.php +++ b/resources/lang/en_US/list.php @@ -17,7 +17,7 @@ return [ 'id' => 'ID', 'create_date' => 'Created at', 'update_date' => 'Updated at', - 'updated_at' => 'Updated at', + 'updated_at' => 'Updated at', 'balance_before' => 'Balance before', 'balance_after' => 'Balance after', 'name' => 'Name', @@ -89,4 +89,5 @@ return [ 'sum_withdrawals' => 'Sum of withdrawals', 'sum_deposits' => 'Sum of deposits', 'sum_transfers' => 'Sum of transfers', + 'reconcile' => 'Reconcile', ];