Fix account type list.

This commit is contained in:
James Cole
2025-10-29 19:47:35 +01:00
parent 5eec91f439
commit 48a641286c
3 changed files with 61 additions and 1 deletions

View File

@@ -24,6 +24,7 @@
declare(strict_types=1);
return [
'invalid_account_list' => 'Invalid account type list',
'limit_exists' => 'There is already a budget limit (amount) for this budget and currency in the given period.',
'invalid_sort_instruction' => 'The sort instruction is invalid for an object of type ":object".',
'invalid_sort_instruction_index' => 'The sort instruction at index #:index is invalid for an object of type ":object".',