diff --git a/app/public/actions/reopen.php b/app/public/actions/reopen.php index 90d3d99..1f81c3e 100644 --- a/app/public/actions/reopen.php +++ b/app/public/actions/reopen.php @@ -23,7 +23,7 @@ $newURL = "/"; echo(""); } else { - $alert = array("danger", "You are not authorised to close this request."); + $alert = array("danger", "You are not authorised to reopen this request."); $newURL = "/view?rid=" . $request['uuid']; echo(""); }