From 47928b07eb7063be51532032c30837214c0431e3 Mon Sep 17 00:00:00 2001 From: Fraser Murray Date: Mon, 10 Oct 2016 19:11:31 +0100 Subject: [PATCH] Fixed 'API' key to lowercase --- resources/lang/en/lang.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/en/lang.php b/resources/lang/en/lang.php index 0fa5ec1de..c5019becb 100644 --- a/resources/lang/en/lang.php +++ b/resources/lang/en/lang.php @@ -1364,7 +1364,7 @@ return [ 'webhooks' => 'Webhooks', 'enter_url_to_send_ticket_details' => 'Enter the URL to send the ticket details', - 'API' => 'API', + 'api' => 'API', 'api_key' => 'API key', 'api_key_mandatory' => 'API key mandatory', 'api_configurations' => 'API configurations',