Skip to content

Commit bb39fb7

Browse files
committed
A minor language line correction.
1 parent 186f52e commit bb39fb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

application/language/english/rest_controller_lang.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
$lang['text_rest_ip_denied'] = 'IP denied';
1010
$lang['text_rest_ip_unauthorized'] = 'IP unauthorized';
1111
$lang['text_rest_unauthorized'] = 'Unauthorized';
12-
$lang['text_rest_ajax_only'] = 'Only Ajax requests are only allowed';
12+
$lang['text_rest_ajax_only'] = 'Only AJAX requests are allowed';
1313
$lang['text_rest_api_key_unauthorized'] = 'This API key does not have access to the requested controller';
1414
$lang['text_rest_api_key_permissions'] = 'This API key does not have enough permissions';
1515
$lang['text_rest_api_key_time_limit'] = 'This API key has reached the time limit for this method';

0 commit comments

Comments
 (0)