moneylog.php 298 B

12345678
  1. <?php
  2. return [
  3. 'user_id' => 'User',
  4. 'money' => 'Change amount',
  5. 'memo' => 'Change Notes',
  6. "The user can't find it" => "User does not exist",
  7. 'Change note cannot be blank' => 'Change Notes cannot be empty',
  8. ];