mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
String fix.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user