Jump back a version.

This commit is contained in:
James Cole 2018-01-06 15:48:44 +01:00
parent 824959e71a
commit 600e15d42f
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E
2 changed files with 2 additions and 1 deletions

View File

@ -33,7 +33,7 @@ return [
'is_demo_site' => false,
],
'encryption' => (is_null(env('USE_ENCRYPTION')) || env('USE_ENCRYPTION') === true),
'version' => '4.7.0',
'version' => '4.6.13',
'maxUploadSize' => 15242880,
'allowedMimes' => ['image/png', 'image/jpeg', 'application/pdf', 'text/plain'],
'list_length' => 10,

View File

@ -701,6 +701,7 @@ return [
'selected_transactions' => 'Wybrane transakcje (:count)',
'already_cleared_transactions' => 'Transakcje uzgodnione wcześniej (:count)',
'submitted_end_balance' => 'Przesłane saldo końcowe',
'initial_balance_description' => 'Saldo początkowe dla ":account"',
// categories:
'new_category' => 'Nowa kategoria',