add locales on back button in PageNotFound

This commit is contained in:
ogerly 2022-02-17 09:39:06 +01:00
parent e5c9822fbe
commit ed6ee0f823

View File

@ -1186,7 +1186,7 @@
</b-container> </b-container>
</div> </div>
<div class="text-center"> <div class="text-center">
<b-button variant="light" @click="$router.go(-1)">zurück</b-button> <b-button variant="light" @click="$router.go(-1)">{{ $t('back') }}</b-button>
</div> </div>
</div> </div>
</template> </template>