Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMārtiņš Tālbergs <martins.talbergs@zabbix.com>2020-12-21 16:26:09 +0300
committerMārtiņš Tālbergs <martins.talbergs@zabbix.com>2020-12-21 16:26:09 +0300
commitbe60accd5fafd13548f047aeef99fe51a9383407 (patch)
treecb95a1d6aa9e57a34340861468229e27d66438fe /ui/app/controllers/CControllerUserTokenList.php
parent41cb3f4e8b725305cca2ca268e016110460406ee (diff)
..F....... [ZBXNEXT-6207] fixed incorrect translation strings
Diffstat (limited to 'ui/app/controllers/CControllerUserTokenList.php')
-rw-r--r--ui/app/controllers/CControllerUserTokenList.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/controllers/CControllerUserTokenList.php b/ui/app/controllers/CControllerUserTokenList.php
index 02a87414781..0d27316af1d 100644
--- a/ui/app/controllers/CControllerUserTokenList.php
+++ b/ui/app/controllers/CControllerUserTokenList.php
@@ -124,7 +124,7 @@ class CControllerUserTokenList extends CController {
);
$response = new CControllerResponseData($data);
- $response->setTitle(_('API Tokens'));
+ $response->setTitle(_('API tokens'));
$this->setResponse($response);
}
}