monitoring: Prefer 'Hostname' over 'Host name'

This commit is contained in:
Eric Lippmann 2015-01-20 16:12:10 +01:00
parent 680b7e4eba
commit ab0910e09b
1 changed files with 1 additions and 1 deletions

View File

@ -234,7 +234,7 @@ class Monitoring_ListController extends Controller
'service_state_type' => $this->translate('Hard State'),
'host_severity' => $this->translate('Host Severity'),
'host_state' => $this->translate('Current Host State'),
'host_name' => $this->translate('Host Name'),
'host_name' => $this->translate('Hostname'),
'host_address' => $this->translate('Host Address'),
'host_last_check' => $this->translate('Last Host Check')
));