checkEmail.vue page text is displayed correctly now

This commit is contained in:
ogerly 2021-10-27 10:27:28 +02:00
parent b1d9983dd1
commit cf77a9429e

View File

@ -5,10 +5,10 @@
<div class="header-body text-center mb-7">
<b-row class="justify-content-center">
<b-col xl="5" lg="6" md="8" class="px-2">
<h1>{{ $t('checkEmail.title') }}</h1>
<h1>{{ $t('site.checkEmail.title') }}</h1>
<div class="pb-4" v-if="!pending">
<span v-if="!authenticated">
{{ $t('checkEmail.errorText') }}
{{ $t('site.checkEmail.errorText') }}
</span>
</div>
</b-col>