diff options
| author | rinpatch <rinpatch@sdf.org> | 2019-01-03 19:42:43 +0100 |
|---|---|---|
| committer | rinpatch <rinpatch@sdf.org> | 2019-01-03 19:42:43 +0100 |
| commit | c25cf29533e21f140d2e01d79fdeb22fa23ba4a5 (patch) | |
| tree | 217b9eff68dcd3053cb8173648b5929d13ab094a | |
| parent | 76cfb15b3c76531b7c3da0261720d13004c8cfdd (diff) | |
Fix translation typo in registration.vue
| -rw-r--r-- | src/components/registration/registration.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/registration/registration.vue b/src/components/registration/registration.vue index 1455354e..25c1a9d0 100644 --- a/src/components/registration/registration.vue +++ b/src/components/registration/registration.vue @@ -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"> |
