language fix #349
This commit is contained in:
@ -105,6 +105,7 @@ return [
|
||||
'new' => 'New :type',
|
||||
'edit' => 'Edit :type',
|
||||
],
|
||||
|
||||
'form' => [
|
||||
'enter' => 'Enter :field',
|
||||
'select' => [
|
||||
|
@ -4,5 +4,9 @@ return [
|
||||
|
||||
'from_account' => 'From Account',
|
||||
'to_account' => 'To Account',
|
||||
'delete_transfer' => 'Transfer : :from to :to :amount',
|
||||
|
||||
'messages' => [
|
||||
'delete' => ':from to :to (:amount)',
|
||||
],
|
||||
|
||||
];
|
||||
|
Reference in New Issue
Block a user