]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apitimelinegroup.php
Fix inconsistencies in clientError() messages
[quix0rs-gnu-social.git] / actions / apitimelinegroup.php
index da816c40a9063141a8b567270ab0872e1e82898b..56d1de094c5da37a12445f107151e66ced41af08 100644 (file)
@@ -88,7 +88,7 @@ class ApiTimelineGroupAction extends ApiPrivateAuthAction
         parent::handle($args);
 
         if (empty($this->group)) {
-            $this->clientError(_('Group not found!'), 404, $this->format);
+            $this->clientError(_('Group not found.'), 404, $this->format);
             return false;
         }