Merge pull request #236 from gillidandaweb/patch-1
Fixed 'API' key to lowercase
This commit is contained in:
@@ -1364,7 +1364,7 @@ return [
|
|||||||
|
|
||||||
'webhooks' => 'Webhooks',
|
'webhooks' => 'Webhooks',
|
||||||
'enter_url_to_send_ticket_details' => 'Enter the URL to send the ticket details',
|
'enter_url_to_send_ticket_details' => 'Enter the URL to send the ticket details',
|
||||||
'API' => 'API',
|
'api' => 'API',
|
||||||
'api_key' => 'API key',
|
'api_key' => 'API key',
|
||||||
'api_key_mandatory' => 'API key mandatory',
|
'api_key_mandatory' => 'API key mandatory',
|
||||||
'api_configurations' => 'API configurations',
|
'api_configurations' => 'API configurations',
|
||||||
|
Reference in New Issue
Block a user