mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
First round of string review and cleanup.
This commit is contained in:
committed by
Dave Page
parent
894002b06d
commit
949e536bae
@@ -116,7 +116,7 @@ def gone(errormsg=''):
|
||||
)
|
||||
|
||||
|
||||
def not_implemented(errormsg=_('It is not implemented!')):
|
||||
def not_implemented(errormsg=_('Not implemented.')):
|
||||
"""Create a response with HTTP status code 501 - Not Implemented."""
|
||||
return make_json_response(
|
||||
status=501,
|
||||
|
||||
Reference in New Issue
Block a user