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