|
@@ -8,7 +8,9 @@ const {$gettext} = useGettext()
|
|
|
<div class="wrapper">
|
|
|
<h1 class="title">{{ $route.meta.status_code || 404 }}</h1>
|
|
|
<p>{{ $route.meta.error?.() ?? $gettext('File Not Found') }}</p>
|
|
|
- <a-button type="primary" v-translate @click="$router.push('/')">Back Home</a-button>
|
|
|
+ <a-button type="primary" @click="$router.push('/')">
|
|
|
+ <translate>Back Home</translate>
|
|
|
+ </a-button>
|
|
|
</div>
|
|
|
</template>
|
|
|
|