aboutsummaryrefslogtreecommitdiff
path: root/src/components/registration
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2019-01-03 19:42:43 +0100
committerrinpatch <rinpatch@sdf.org>2019-01-03 19:42:43 +0100
commitc25cf29533e21f140d2e01d79fdeb22fa23ba4a5 (patch)
tree217b9eff68dcd3053cb8173648b5929d13ab094a /src/components/registration
parent76cfb15b3c76531b7c3da0261720d13004c8cfdd (diff)
Fix translation typo in registration.vue
Diffstat (limited to 'src/components/registration')
-rw-r--r--src/components/registration/registration.vue2
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">