Merge pull request #1051 from gradido/1050-checkEmail_vue-page-the-text-is-not-displayed-correctly

checkEmail.vue page text is displayed correctly now
This commit is contained in:
Alexander Friedland 2021-11-01 16:47:33 +01:00 committed by GitHub
commit 7e591d638c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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>