[complete setup] [usability] refresh after success

This commit is contained in:
Anand Doshi
2013-06-24 12:11:15 +05:30
parent b0f69cdd88
commit 7edb191661
2 changed files with 12 additions and 7 deletions

View File

@@ -97,7 +97,7 @@ class DocType:
self.create_email_digest()
webnotes.clear_cache()
msgprint("Company setup is complete. Please refresh the page before continuing.")
msgprint("Company setup is complete. This page will be refreshed in a moment.")
import webnotes.utils
user_fullname = (args.get('first_name') or '') + (args.get('last_name')