Skip to content

Commit 49a8473

Browse files
fix: localization for "go back home" button on error page (#1470)
Co-authored-by: Willow (GHOST) <git@willow.sh>
1 parent c887a5f commit 49a8473

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/error.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ useHead({
5656
class="font-mono text-sm px-6 py-3 bg-fg text-bg rounded-lg transition-all duration-200 hover:bg-fg/90 active:scale-95"
5757
@click="handleError"
5858
>
59-
go home
59+
{{ $t('common.go_back_home') }}
6060
</button>
6161
</main>
6262

0 commit comments

Comments
 (0)