mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
spec is running again
This commit is contained in:
parent
d20c94b453
commit
b513da9756
@ -2,10 +2,7 @@
|
||||
<div class="error-container">
|
||||
<img class="error-image" :src="image" />
|
||||
<br />
|
||||
<span v-if="error.message === 'This page could not be found'" class="error-message">
|
||||
{{ $t('error-pages.default') }}
|
||||
</span>
|
||||
<span v-else class="error-message">{{ $t(error.message) }}</span>
|
||||
<span class="error-message">{{ $t(message) }}</span>
|
||||
<br />
|
||||
<nuxt-link to="/">{{ $t('error-pages.back-to-index') }}</nuxt-link>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user