Fix translation typo in registration.vue
This commit is contained in:
parent
76cfb15b3c
commit
c25cf29533
@ -76,7 +76,7 @@
|
||||
</div>
|
||||
|
||||
<div class="form-group" id="captcha-group" v-if="captcha.type != 'none'">
|
||||
<label class='form--label' for='captcha-label'>$t('captcha')</label>
|
||||
<label class='form--label' for='captcha-label'>{{$t('captcha')}}</label>
|
||||
|
||||
<template v-if="captcha.type == 'kocaptcha'">
|
||||
<img v-bind:src="captcha.url" v-on:click="setCaptcha">
|
||||
|
Loading…
Reference in New Issue
Block a user