diff --git a/web/pgadmin/dashboard/__init__.py b/web/pgadmin/dashboard/__init__.py index b8eadc0c5..4d436cea5 100644 --- a/web/pgadmin/dashboard/__init__.py +++ b/web/pgadmin/dashboard/__init__.py @@ -134,7 +134,7 @@ def check_precondition(f): # If DB not connected then return error to browser if not g.conn.connected(): return precondition_required( - gettext("Connection to the server has been lost!") + gettext("Connection to the server has been lost.") ) # Set template path for sql scripts