mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-02 20:25:28 +00:00
Rename bills to subscriptions
This commit is contained in:
@@ -44,10 +44,10 @@ return [
|
||||
'accounts' => 'Accounts',
|
||||
'changePassword' => 'Change your password',
|
||||
'change_email' => 'Change your email address',
|
||||
'bills' => 'Bills',
|
||||
'newBill' => 'New bill',
|
||||
'edit_bill' => 'Edit bill ":name"',
|
||||
'delete_bill' => 'Delete bill ":name"',
|
||||
'bills' => 'Subscriptions',
|
||||
'newBill' => 'New subscription',
|
||||
'edit_bill' => 'Edit subscription ":name"',
|
||||
'delete_bill' => 'Delete subscription ":name"',
|
||||
'reports' => 'Reports',
|
||||
'search_result' => 'Search results for ":query"',
|
||||
'withdrawal_list' => 'Expenses',
|
||||
|
||||
Reference in New Issue
Block a user