13 lines
198 B
PHP
Raw Permalink Normal View History

2020-12-26 23:32:05 +00:00
<?php
return [
'from_account' => 'From Account',
'to_account' => 'To Account',
'messages' => [
'delete' => ':from to :to (:amount)',
],
];