X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=actions%2Fremotesubscribe.php;h=9fc235e743a8deba34f2321e05b3254412f62dda;hb=d8d9edfc990a20f67421e40a7d3055a58697a002;hp=c723d53a1c3170d92be92d35966f6f57336aad80;hpb=ce46cce73ef8e1c60888755586919afdf9afee14;p=quix0rs-gnu-social.git diff --git a/actions/remotesubscribe.php b/actions/remotesubscribe.php index c723d53a1c..9fc235e743 100644 --- a/actions/remotesubscribe.php +++ b/actions/remotesubscribe.php @@ -188,7 +188,7 @@ class RemotesubscribeAction extends Action $profile = $user->getProfile(); if (!$profile) { common_log_db_error($user, 'SELECT', __FILE__); - $this->serverError(_('User without matching profile')); + $this->serverError(_('User without matching profile.')); return; }