From be60accd5fafd13548f047aeef99fe51a9383407 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C4=81rti=C5=86=C5=A1=20T=C4=81lbergs?= Date: Mon, 21 Dec 2020 15:26:09 +0200 Subject: ..F....... [ZBXNEXT-6207] fixed incorrect translation strings --- ui/app/controllers/CControllerUserTokenList.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/app/controllers/CControllerUserTokenList.php') 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); } } -- cgit v1.2.3