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
@@ -94,7 +94,7 @@ blueprint = DebuggerModule(MODULE_NAME, __name__)
|
||||
@blueprint.route("/", endpoint='index')
|
||||
@login_required
|
||||
def index():
|
||||
return bad_request(errormsg=gettext("This URL cannot be called directly!"))
|
||||
return bad_request(errormsg=gettext("This URL cannot be called directly."))
|
||||
|
||||
|
||||
@blueprint.route("/js/debugger.js")
|
||||
|
||||
Reference in New Issue
Block a user