diff --git a/main/link/ajax_controller.class.php b/main/link/ajax_controller.class.php index 1f53c4e414..98eaf858e5 100644 --- a/main/link/ajax_controller.class.php +++ b/main/link/ajax_controller.class.php @@ -249,7 +249,7 @@ class AjaxController extends \Controller function forbidden() { - $this->response(false, get_lang('YourAreNotAuthorized')); + $this->response(false, get_lang('YouAreNotAuthorized')); } public function unknown() @@ -286,4 +286,4 @@ class AjaxController extends \Controller $this->render_json($response); } -} \ No newline at end of file +}