From 710737431f604007318c675cf0c00710d25be764 Mon Sep 17 00:00:00 2001 From: Alexander Davis Date: Mon, 10 Aug 2020 18:10:12 +0100 Subject: [PATCH] Update to errors --- app/public/actions/reopen.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(""); }