language fix #349

This commit is contained in:
denisdulici
2018-05-21 20:05:37 +03:00
parent c87756067b
commit f3414ddbd8
3 changed files with 8 additions and 5 deletions

View File

@ -105,6 +105,7 @@ return [
'new' => 'New :type',
'edit' => 'Edit :type',
],
'form' => [
'enter' => 'Enter :field',
'select' => [

View File

@ -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)',
],
];