Files
cachet-docker/app/lang/en/incident.php

11 lines
134 B
PHP

<?php
return array(
'status' => array(
1 => 'Investigating',
2 => 'Identified',
3 => 'Watching',
4 => 'Fixed'
)
);