We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 186f52e commit bb39fb7Copy full SHA for bb39fb7
application/language/english/rest_controller_lang.php
@@ -9,7 +9,7 @@
9
$lang['text_rest_ip_denied'] = 'IP denied';
10
$lang['text_rest_ip_unauthorized'] = 'IP unauthorized';
11
$lang['text_rest_unauthorized'] = 'Unauthorized';
12
-$lang['text_rest_ajax_only'] = 'Only Ajax requests are only allowed';
+$lang['text_rest_ajax_only'] = 'Only AJAX requests are allowed';
13
$lang['text_rest_api_key_unauthorized'] = 'This API key does not have access to the requested controller';
14
$lang['text_rest_api_key_permissions'] = 'This API key does not have enough permissions';
15
$lang['text_rest_api_key_time_limit'] = 'This API key has reached the time limit for this method';
0 commit comments