]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/remotesubscribe.php
Harmonise UI message "No such user."
[quix0rs-gnu-social.git] / actions / remotesubscribe.php
index aee2a5d8e79f1d7a54a7c1f945eecf4752299344..74025cf807b45395a9451e44541950f64a8a8b60 100644 (file)
@@ -151,7 +151,7 @@ class RemotesubscribeAction extends Action
         $this->profile_url = $this->trimmed('profile_url');
 
         if (!$this->profile_url) {
-            $this->showForm(_('No such user'));
+            $this->showForm(_('No such user.'));
             return;
         }