fix: add missing fullstop in system update message
This commit is contained in:
parent
bd16804a95
commit
89e0a9804b
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue