Skip to content

Commit

Permalink
Merge pull request #1900 from anoadragon453/patch-2
Browse files Browse the repository at this point in the history
Remove unnecessary str replace
  • Loading branch information
HelloZeroNet authored Feb 16, 2019
2 parents cfaa2c5 + 15d2fd4 commit 89cc700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/disabled-Multiuser/MultiuserPlugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ def actionCertAdd(self, *args, **kwargs):
<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])

Expand Down

0 comments on commit 89cc700

Please sign in to comment.