fix: add missing fullstop in system update message

This commit is contained in:
prssanna 2020-04-19 22:13:10 +05:30
parent bd16804a95
commit 89e0a9804b

View file

@ -218,6 +218,6 @@ def send_private_file(path):
def handle_session_stopped():
frappe.respond_as_web_page(_("Updating"),
_("Your system is being updated. Please refresh again after a few moments"),
_("Your system is being updated. Please refresh again after a few moments."),
http_status_code=503, indicator_color='orange', fullpage = True, primary_action=None)
return frappe.website.render.render("message", http_status_code=503)