X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fapigroupcreate.php;h=895dfb7abae5f2074217a47c9e25be65fd49d20f;hb=221b779e88e51b70a2c3509798154c461203e636;hp=f66e830738ec20ba134bde3ee4892066b6e8e6f4;hpb=da444f8a15043f326aa9a629ba5f0b25bc35b1e5;p=quix0rs-gnu-social.git diff --git a/actions/apigroupcreate.php b/actions/apigroupcreate.php index f66e830738..895dfb7aba 100644 --- a/actions/apigroupcreate.php +++ b/actions/apigroupcreate.php @@ -109,7 +109,7 @@ class ApiGroupCreateAction extends ApiAuthAction } if (empty($this->user)) { - $this->clientError(_('No such user!'), 404, $this->format); + $this->clientError(_('No such user.'), 404, $this->format); return; }