timegridio/timegrid

View on GitHub
resources/lang/en_US/servicetype.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

return  [

  'btn' => [
    'edit'   => 'Edit Service Types',
    'update' => 'Update',
  ],

  'title' => [
    'edit' => 'Edit Service Types',
  ],

  'msg' => [
    'update' => [
        'success' => 'Service types were updated!',
    ],
  ],

];