From ac9bb1f796a2e8d04b5ee44a04e9adaf8f0422c4 Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Fri, 12 May 2023 13:12:34 +0200 Subject: [PATCH] feat: tweak error message --- gateway/assets/error.html | 4 ++-- gateway/assets/src/error.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gateway/assets/error.html b/gateway/assets/error.html index c56afffc0..848dc7ee8 100644 --- a/gateway/assets/error.html +++ b/gateway/assets/error.html @@ -47,7 +47,7 @@ {{ if eq .StatusCode 400 }}

Your request is invalid. Please check the error below for more information.

{{ else if eq .StatusCode 404 }} -

The content path you're looking for cannot be found. There's likely an invalid or missing DAG node.

+

The content path you requested cannot be found. There's likely an invalid or missing DAG node.

{{ else if eq .StatusCode 410 }}

The content path you tride to request is correct, but this gateway refuses to return the requested data.

{{ else if eq .StatusCode 412 }} @@ -67,7 +67,7 @@ -

Suggestions on how you can proceed: +

How you can proceed: