X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fapigroupleave.php;h=8665ea1aa81f28b45cb39b28e059067321dda080;hb=221b779e88e51b70a2c3509798154c461203e636;hp=0d4bb9e4d357b9a6c1b913a9978a0a17a76fccc7;hpb=da444f8a15043f326aa9a629ba5f0b25bc35b1e5;p=quix0rs-gnu-social.git diff --git a/actions/apigroupleave.php b/actions/apigroupleave.php index 0d4bb9e4d3..8665ea1aa8 100644 --- a/actions/apigroupleave.php +++ b/actions/apigroupleave.php @@ -96,7 +96,7 @@ class ApiGroupLeaveAction extends ApiAuthAction } if (empty($this->user)) { - $this->clientError(_('No such user!'), 404, $this->format); + $this->clientError(_('No such user.'), 404, $this->format); return; }