]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apigroupleave.php
Fix inconsistencies in clientError() messages
[quix0rs-gnu-social.git] / actions / apigroupleave.php
index 9848ece0530cb133937e993e49f98e6eccc20e9d..f6e52b26e86548945e1ee3b0db003c3c09dd37fb 100644 (file)
@@ -101,7 +101,7 @@ class ApiGroupLeaveAction extends ApiAuthAction
         }
 
         if (empty($this->group)) {
-            $this->clientError(_('Group not found!'), 404, $this->format);
+            $this->clientError(_('Group not found.'), 404, $this->format);
             return false;
         }