String fix.
parent
1acc1a7678
commit
30682c2a68
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue