diff --git a/files/routes/errors.py b/files/routes/errors.py index 6d5299487..14ef02499 100644 --- a/files/routes/errors.py +++ b/files/routes/errors.py @@ -31,7 +31,7 @@ def error_403(e): if not description: description = "403 Forbidden" return {"error": description}, 403 else: - if not description: description = "YOU AREN'T WELCOME HERE GO AWAY" + if not description: description = "You don't have access to this page." return render_template('errors/403.html', description=description, err=True), 403 diff --git a/files/templates/settings2.html b/files/templates/settings2.html index 91948e3a9..e26967f94 100644 --- a/files/templates/settings2.html +++ b/files/templates/settings2.html @@ -63,23 +63,37 @@