]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apigroupjoin.php
Merge branch 'locshunt' into 0.9.x
[quix0rs-gnu-social.git] / actions / apigroupjoin.php
index 071cd9290f3743a353cb68b4a8bc2610ab8fa5d2..b531d95015a8fd19af7cdb02303da407f75c1e23 100644 (file)
@@ -96,12 +96,12 @@ class ApiGroupJoinAction extends ApiAuthAction
         }
 
         if (empty($this->user)) {
-            $this->clientError(_('No such user!'), 404, $this->format);
+            $this->clientError(_('No such user.'), 404, $this->format);
             return;
         }
 
         if (empty($this->group)) {
-            $this->clientError('Group not found!', 404, $this->format);
+            $this->clientError(_('Group not found!'), 404, $this->format);
             return false;
         }