mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Various string improvements and fixes.
This commit is contained in:
committed by
Dave Page
parent
714a429879
commit
9be1364d1a
@@ -282,7 +282,7 @@ def delete(uid):
|
||||
|
||||
return make_json_response(
|
||||
success=1,
|
||||
info=_("User Deleted."),
|
||||
info=_("User deleted."),
|
||||
data={}
|
||||
)
|
||||
except Exception as e:
|
||||
|
||||
Reference in New Issue
Block a user