From 58624bdf35b1c0a3550a2c9fc8eda0497979a9cf Mon Sep 17 00:00:00 2001 From: simonmicro Date: Sun, 21 May 2023 16:43:45 +0200 Subject: [PATCH] Grammar --- www/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/index.php b/www/index.php index 5324084..96eb278 100644 --- a/www/index.php +++ b/www/index.php @@ -22,7 +22,7 @@ if(isset($_GET['path'])) { // Any notification/[version] will be answered here $msg = 'Fake API endpoint for v' . $minVersionName . ' active and reachable (contacted at ' . date('r') . ').'; if(intval($pathParts[1]) < $minVersionNumber) { - $msg .= ' Please update your Pritunl instance to a newer version as this endpoint is written for a newer version.'; + $msg .= ' Please update your Pritunl instance to a newer version as this endpoint may not compatible anymore.'; } $result = array( 'message' => $msg,