Merge pull request #1901 from anoadragon453/patch-3

Fix typo
This commit is contained in:
ZeroNet 2019-02-16 20:28:37 +01:00 committed by GitHub
commit e89cb4cc0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ class UiWebsocketPlugin(object):
if user.master_address:
script = "document.cookie = 'master_address=%s;path=/;max-age=2592000;';" % user.master_address
script += "zeroframe.cmd('wrapperReload', ['login=done']);"
self.cmd("notification", ["done", "Successfull login, reloading page..."])
self.cmd("notification", ["done", "Successful login, reloading page..."])
self.cmd("injectScript", script)
else:
self.cmd("notification", ["error", "Error: Invalid master seed"])