mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-30 17:24:18 +02:00
fix typo
This commit is contained in:
parent
fe0da623a7
commit
b93f83eddc
@ -3239,7 +3239,7 @@ msgstr ""
|
||||
"der Liste gewählt wird"
|
||||
|
||||
#: /usr/share/icingaweb2/modules/director/application/views/scripts/index/index.phtml:103
|
||||
msgid "Wondering about what changed why? Track you changes!"
|
||||
msgid "Wondering about what changed why? Track your changes!"
|
||||
msgstr "Hier kann nachvollzogen werden, was weshalb verändert wurde."
|
||||
|
||||
#: /usr/share/icingaweb2/modules/director/application/forms/IcingaDeleteObjectForm.php:16
|
||||
|
@ -100,7 +100,7 @@ $all = array(
|
||||
),
|
||||
$this->translate('Deploy configuration to your Icinga nodes') => array(
|
||||
array('wrench', $this->translate('Deployment'), 'director/config/deployments', $this->translate('Config deployment') . pendingDeployments($this), $this->undeployedActivities ? 'warning' : 'ok'),
|
||||
array('book', $this->translate('Activity Log'), 'director/config/activities', $this->translate('Wondering about what changed why? Track you changes!'), 'ok'),
|
||||
array('book', $this->translate('Activity Log'), 'director/config/activities', $this->translate('Wondering about what changed why? Track your changes!'), 'ok'),
|
||||
array('lock-open-alt', $this->translate('Api users'), 'director/apiusers', statSummary($this, 'apiuser')),
|
||||
array('cloud', $this->translate('Endpoints'), 'director/endpoints', statSummary($this, 'endpoint') . ( $this->hasDeploymentEndpoint ? '' : '. ' . $this->translate('None could be used for deployments right now')), $this->hasDeploymentEndpoint ? '' : 'critical'),
|
||||
array('globe', $this->translate('Zones'), 'director/zones', statSummary($this, 'zone')),
|
||||
|
Loading…
x
Reference in New Issue
Block a user