Remove unnecessary str replace
Presumably left over from before it got moved out into a script.
This commit is contained in:
parent
819c2b0bc3
commit
15d2fd4581
1 changed files with 1 additions and 1 deletions
|
@ -193,7 +193,7 @@ class UiWebsocketPlugin(object):
|
|||
<a href='#' class='button' style='margin-left: 0px'>Ok, Saved it!</a><br><br>
|
||||
<small>This site allows you to browse ZeroNet content, but if you want to secure your account <br>
|
||||
and help to keep the network alive, then please run your own <a href='https://zeronet.io' target='_blank'>ZeroNet client</a>.</small>
|
||||
""".replace("{master_seed}", master_seed)
|
||||
"""
|
||||
|
||||
self.cmd("notification", ["info", message])
|
||||
|
||||
|
|
Loading…
Reference in a new issue