]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/remotesubscribe.php
lcase tname
[quix0rs-gnu-social.git] / actions / remotesubscribe.php
index fca8a71ea22b765abc37df2bb51be78bbc40b26d..cb672e868c73e6be52e00052f93aeb77020c18b2 100644 (file)
@@ -81,14 +81,14 @@ class RemotesubscribeAction extends Action {
                $user = $this->get_user();
 
                if (!$user) {
-                       $this->show_form(_('No such user!'));
+                       $this->show_form(_('No such user.'));
                        return;
                }
 
                $profile = $this->trimmed('profile_url');
 
                if (!$profile) {
-                       $this->show_form(_('No such user!'));
+                       $this->show_form(_('No such user.'));
                        return;
                }