Skip to content

Commit 5705cbf

Browse files
committed
fix(error): use chinese
1 parent 397625a commit 5705cbf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

error.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,19 @@ const handleError = () => reloadNuxtApp({ path: '/' })
2222
Oops! Lost in Cyberspace
2323
</h1>
2424
<p class="text-gray-500">
25-
Looks like you've ventured into the unknown digital realm. <br>
26-
Don't worry, the error is reported and we'll fix it soon.
25+
别担心,错误已被报告,我们会尽快修复。<br>
26+
请尝试点击“回到首页”,在多数情况下这会解决问题。
2727
</p>
2828
</div>
2929
<div class="flex justify-center space-x-2">
3030
<Button
3131
@click="handleError"
3232
>
33-
Return to Homepage
33+
回到首页
3434
</Button>
3535
<NuxtLink to="https://github.com/Computerization/Enspire/issues" external>
3636
<Button variant="outline">
37-
View Ongoing Issues
37+
查看已知问题
3838
</Button>
3939
</NuxtLink>
4040
</div>

0 commit comments

Comments
 (0)