mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Fixed a lot of tests and associated code.
This commit is contained in:
@@ -29,6 +29,7 @@ return [
|
||||
'preferences' => 'Preferences',
|
||||
'profile' => 'Profile',
|
||||
'changePassword' => 'Change your password',
|
||||
'change_email' => 'Change your email address',
|
||||
'bills' => 'Bills',
|
||||
'newBill' => 'New bill',
|
||||
'edit_bill' => 'Edit bill ":name"',
|
||||
|
@@ -711,6 +711,8 @@ return [
|
||||
'deleted_transfer' => 'Successfully deleted transfer ":description"',
|
||||
'stored_journal' => 'Successfully created new transaction ":description"',
|
||||
'select_transactions' => 'Select transactions',
|
||||
'rule_group_select_transactions' => 'Apply ":title" to transactions',
|
||||
'rule_select_transactions' => 'Apply ":title" to transactions',
|
||||
'stop_selection' => 'Stop selecting transactions',
|
||||
'reconcile_selected' => 'Reconcile',
|
||||
'mass_delete_journals' => 'Delete a number of transactions',
|
||||
|
Reference in New Issue
Block a user