summaryrefslogtreecommitdiff
path: root/src/misc/errors.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/misc/errors.ts')
-rw-r--r--src/misc/errors.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/misc/errors.ts b/src/misc/errors.ts
index 1bc369a..18480f5 100644
--- a/src/misc/errors.ts
+++ b/src/misc/errors.ts
@@ -6,7 +6,7 @@ export const errors = {
detail: 'This browser does not support "fetch", please choose another one.',
},
default: {
- message: 'Oops, something went wrong!',
+ message: '出错了!\n 请尝试清理缓存和Cookie后重试',
},
};