]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apitimelinehome.php
Updated markup for application details page. Similar to user/group
[quix0rs-gnu-social.git] / actions / apitimelinehome.php
index 5f5ea37b13dbe17d8a0cc9d342d4d5ae7342b671..828eae6cf6f912382f350afe2fe17ba716041bc9 100644 (file)
@@ -153,7 +153,7 @@ class ApiTimelineHomeAction extends ApiBareAuthAction
             $this->showJsonTimeline($this->notices);
             break;
         default:
-            $this->clientError(_('API method not found!'), $code = 404);
+            $this->clientError(_('API method not found.'), $code = 404);
             break;
         }
     }