From 10ae09f0d0e6d8d5e74d98a6788175bb10db5141 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Fri, 8 Apr 2016 10:55:46 +0200 Subject: [PATCH] index: eliminate different terms for activity log --- application/views/scripts/index/index.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/views/scripts/index/index.phtml b/application/views/scripts/index/index.phtml index e2df2e54..7cf930fb 100644 --- a/application/views/scripts/index/index.phtml +++ b/application/views/scripts/index/index.phtml @@ -95,7 +95,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('Audit 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 you 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')),