]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apiusershow.php
Change whitelist invite form's add new item control to be consistent with similar...
[quix0rs-gnu-social.git] / actions / apiusershow.php
index ab1bfb9c9c7b7e7fa9d95f4242acd865f820ca07..11638954db2a54ba9836245000ef5b68a9a0bd2a 100644 (file)
@@ -104,7 +104,7 @@ class ApiUserShowAction extends ApiPrivateAuthAction
         $profile = $this->user->getProfile();
 
         if (empty($profile)) {
-            // TRANS: Client error displayed when requesting user information for a user without a profile.
+            // TRANS: Error message displayed when referring to a user without a profile.
             $this->clientError(_('User has no profile.'));
             return;
         }