diff --git a/resources/lang/en_US/firefly.php b/resources/lang/en_US/firefly.php index 2b09b63eaf..d9cf68b16b 100644 --- a/resources/lang/en_US/firefly.php +++ b/resources/lang/en_US/firefly.php @@ -2131,7 +2131,7 @@ return [ 'bulk_edit' => 'Edit selected in bulk', 'mass_delete' => 'Delete selected', 'cannot_edit_other_fields' => 'You cannot mass-edit other fields than the ones here, because there is no room to show them. Please follow the link and edit them by one-by-one, if you need to edit these fields.', - 'cannot_change_amount_reconciled' => 'You can\'t change the amount of reconciled transactions.', + 'cannot_change_amount_reconciled' => 'You can\'t change the amount or account(s) of reconciled transactions.', 'no_budget' => '(no budget)', 'no_bill' => '(no subscription)', 'account_per_budget' => 'Account per budget', diff --git a/resources/views/transactions/mass/edit.twig b/resources/views/transactions/mass/edit.twig index cad2fd4354..cc47fd9ecf 100644 --- a/resources/views/transactions/mass/edit.twig +++ b/resources/views/transactions/mass/edit.twig @@ -98,7 +98,10 @@