mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2026-07-29 23:58:09 -05:00
Remove more exclamation marks from error messages.
This commit is contained in:
committed by
Dave Page
parent
635d944e03
commit
23d431fb54
@@ -121,11 +121,11 @@ class TablespaceView(PGChildNodeView):
|
||||
# If DB not connected then return error to browser
|
||||
if not self.conn.connected():
|
||||
current_app.logger.warning(
|
||||
"Connection to the server has been lost!"
|
||||
"Connection to the server has been lost."
|
||||
)
|
||||
return precondition_required(
|
||||
gettext(
|
||||
"Connection to the server has been lost!"
|
||||
"Connection to the server has been lost."
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user