diff --git a/README.md b/README.md index 6c89bcc..d6df3cc 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ error_page = render_cf_error_page({ # Cloudflare status is error 'cloudflare_status': { "status": 'error', - "status_text": 'Not Working', + "status_text": 'Error', }, # Host status is also ok 'host_status': { @@ -86,7 +86,7 @@ params = { "cloudflare_status": { "status": "error", "location": "Everywhere", - "status_text": "Not Working", + "status_text": "Error", }, "host_status": { "status": "error", diff --git a/editor/resources/index.html b/editor/resources/index.html index 2c8d2d5..7d8bd27 100644 --- a/editor/resources/index.html +++ b/editor/resources/index.html @@ -101,7 +101,7 @@ "cloudflare_status": { "status": "error", "location": "Everywhere", - "status_text": "Not Working" + "status_text": "Error" }, "host_status": { "status": "error", diff --git a/examples/example.py b/examples/example.py index 2823257..ccdd342 100755 --- a/examples/example.py +++ b/examples/example.py @@ -13,7 +13,7 @@ error_page = render_cf_error_page({ }, 'cloudflare_status': { "status": 'error', - "status_text": 'Not Working', + "status_text": 'Error', }, 'host_status': { "status": 'ok',