mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Remove more exclamation marks from error messages.
This commit is contained in:
committed by
Dave Page
parent
635d944e03
commit
23d431fb54
@@ -232,7 +232,7 @@ class ResourceGroupView(NodeView):
|
||||
if not self.conn.connected():
|
||||
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