Skip to content
Snippets Groups Projects
Commit d6f9f204 authored by Julian's avatar Julian
Browse files

Change button text on error page

parent bf0a88a0
No related branches found
No related tags found
1 merge request!1123Resolve "Finalise Vuetify app as SPA"
Pipeline #108472 failed
......@@ -6,7 +6,8 @@
<h1 class="text-h2">{{ $t(shortErrorMessageKey) }}</h1>
<div>{{ $t(longErrorMessageKey) }}</div>
<v-btn color="secondary" :to="{ name: 'dashboard' }">
{{ $t("network_errors.take_me_back") }}
<v-icon left>mdi-home-outline</v-icon>
{{ $t("network_errors.back_to_start") }}
</v-btn>
</div>
</template>
......
......@@ -130,7 +130,7 @@
"offline_notification": "Sie sind offline. Einige Funktionen werden nicht funktionieren und einige Daten werden nicht aktuell sein.",
"page_not_found": "Die aufgerufene Seite oder Ressource konnte nicht gefunden werden.",
"snackbar_error_message": "Es ist ein Netzwerkfehler aufgetreten. Bitte versuchen Sie es erneut.",
"take_me_back": "Zurück zur Seite"
"back_to_start": "Zurück zur Startseite"
},
"notifications": {
"mark_as_read": "Als gelesen markieren",
......
......@@ -185,7 +185,7 @@
"network_errors": {
"error_404": "404",
"page_not_found": "The requested page or resource could not be found.",
"take_me_back": "Take me back",
"back_to_start": "Back to home page",
"snackbar_error_message": "A network error occurred. Please try again.",
"offline_notification": "You are offline. Some features may not work and some data may not be up to date."
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment