]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apiaccountupdateprofile.php
replace 'public' in documentation with 'top'
[quix0rs-gnu-social.git] / actions / apiaccountupdateprofile.php
index a572131f180434bae0153c290c64ab782725b5be..15b13c0f20b3c62cda9e6fb298eefb1f3816df53 100644 (file)
@@ -107,7 +107,7 @@ class ApiAccountUpdateProfileAction extends ApiAuthAction
         $profile = $this->user->getProfile();
 
         if (empty($profile)) {
-            // TRANS: Client error displayed if a user profile could not be found.
+            // TRANS: Error message displayed when referring to a user without a profile.
             $this->clientError(_('User has no profile.'));
             return;
         }