formatting transfer show page

This commit is contained in:
Denis Duliçi
2022-07-21 17:24:16 +03:00
parent 20b2877796
commit 83b7e5a6c2
2 changed files with 10 additions and 11 deletions

View File

@ -26,9 +26,8 @@ return [
'slider' => [
'create' => ':user created this transfer on :date',
'transactions' => 'In list here are the transactions that were created automatically.',
'from_desc' => ':number transaction from :account',
'to_desc' => ':number transaction to :account',
'transactions' => 'List of transactions related to this transfer',
'transactions_desc' => ':number transaction for :account',
],
];