Client - minor fixes

This commit is contained in:
Sam
2022-03-20 19:48:51 +01:00
parent 787edbc1af
commit 4a22f91bda
5 changed files with 8 additions and 5 deletions

View File

@ -7,6 +7,9 @@
<ErrorImg />
<p class="error-message">
<span>{{ $t('error.SOMETHING_WRONG') }}.</span>
<router-link class="links" to="/account-confirmation/resend">
{{ $t('buttons.ACCOUNT-CONFIRMATION-RESEND') }}?
</router-link>
</p>
</div>
</template>