Rename bills to subscriptions

This commit is contained in:
James Cole
2024-12-26 13:41:57 +01:00
parent 286a29ca3e
commit 291e73da4b
26 changed files with 161 additions and 154 deletions

View File

@@ -85,7 +85,7 @@ return [
'to' => 'To',
'budget' => 'Budget',
'category' => 'Category',
'bill' => 'Bill',
'bill' => 'Subscription',
'withdrawal' => 'Withdrawal',
'deposit' => 'Deposit',
'transfer' => 'Transfer',
@@ -105,7 +105,7 @@ return [
'accounts_count' => 'Number of accounts',
'journals_count' => 'Number of transactions',
'attachments_count' => 'Number of attachments',
'bills_count' => 'Number of bills',
'bills_count' => 'Number of subscriptions',
'categories_count' => 'Number of categories',
'budget_count' => 'Number of budgets',
'rule_and_groups_count' => 'Number of rules and rule groups',