From 5cf791af4084a66a62922faaf14672f51d3976c0 Mon Sep 17 00:00:00 2001 From: drafish Date: Wed, 19 Jun 2024 17:09:25 +0800 Subject: [PATCH] update dapp deployment error --- apps/quick-dapp/src/actions/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/quick-dapp/src/actions/index.ts b/apps/quick-dapp/src/actions/index.ts index 35a3bd1e86..45cfdca9f8 100644 --- a/apps/quick-dapp/src/actions/index.ts +++ b/apps/quick-dapp/src/actions/index.ts @@ -206,7 +206,7 @@ export const deploy = async (payload: any, callback: any) => { if (message === '403') { callback({ code: 'ERROR', error: 'this domain belongs to someone else' }); } else { - callback({ code: 'ERROR', error: 'unknow error, please try again' }); + callback({ code: 'ERROR', error: 'gateway timeout, please try again' }); } return; }