"
- message += "This site allows you to browse ZeroNet content, but if you want to secure your account "
- message += "and help to make a better network, then please run your own ZeroNet client."
+ message = """
+
+ Hello, welcome to ZeroProxy!
+ This site allows you to browse ZeroNet content, but if you want to secure your account
+ and help to keep the network alive, then please run your own ZeroNet client.
+ """.replace("{master_seed}", master_seed)
self.cmd("notification", ["info", message])
def actionPermissionAdd(self, to, permission):