diff --git a/plugins/disabled-Multiuser/MultiuserPlugin.py b/plugins/disabled-Multiuser/MultiuserPlugin.py
index 9d65fac81..a2c812ae5 100644
--- a/plugins/disabled-Multiuser/MultiuserPlugin.py
+++ b/plugins/disabled-Multiuser/MultiuserPlugin.py
@@ -51,7 +51,7 @@ def actionWrapper(self, path, extra_headers=None):
hello_message = "Hello, welcome to ZeroProxy!
A new, unique account created for you:
"
hello_message+= "{master_seed}
This is your private key, save it, so you can login next time.
"
hello_message+= "Ok, Saved it! or Login
"
- hello_message+= "This site is allows you to browse ZeroNet content, but if you want to secure your account
"
+ hello_message+= "This site allows you to browse ZeroNet content, but if you want to secure your account
"
hello_message+= "and help to make a better network, then please run your own ZeroNet client."
setTimeout(function() {
wrapper.notifications.add("hello", "info", hello_message)