Add missing string.

This commit is contained in:
James Cole 2018-08-07 19:29:25 +02:00
parent 6dea9156ab
commit 6f0ac91bd2
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E

View File

@ -759,6 +759,7 @@ return [
'already_cleared_transactions' => 'Already cleared transactions (:count)', 'already_cleared_transactions' => 'Already cleared transactions (:count)',
'submitted_end_balance' => 'Submitted end balance', 'submitted_end_balance' => 'Submitted end balance',
'initial_balance_description' => 'Initial balance for ":account"', 'initial_balance_description' => 'Initial balance for ":account"',
'interest_calc_' => 'unknown',
'interest_calc_daily' => 'Per day', 'interest_calc_daily' => 'Per day',
'interest_calc_monthly' => 'Per month', 'interest_calc_monthly' => 'Per month',
'interest_calc_yearly' => 'Per year', 'interest_calc_yearly' => 'Per year',