oms-OnlineResourceWatcher/app/web/Applications/E500/lang/en.lang.php

8 lines
213 B
PHP

<?php
declare(strict_types=1);
return [[
'ErrorMessage' => 'Error 500 - Unexpected error',
'Description' => 'Something unexpected happened but don\'t fear we already got informed about this error.',
]];