We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c887a5f commit 49a8473Copy full SHA for 49a8473
1 file changed
app/error.vue
@@ -56,7 +56,7 @@ useHead({
56
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"
57
@click="handleError"
58
>
59
- go home
+ {{ $t('common.go_back_home') }}
60
</button>
61
</main>
62
0 commit comments