mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-25 18:30:55 -06:00
Jump back a version.
This commit is contained in:
parent
824959e71a
commit
600e15d42f
@ -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,
|
||||
|
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user