diff options
| author | Shpuld Shpludson <shp@cock.li> | 2020-01-14 13:45:00 +0000 |
|---|---|---|
| committer | Shpuld Shpludson <shp@cock.li> | 2020-01-14 13:45:00 +0000 |
| commit | 662afe973a72efc17e61fd4c071ed985bfe4bf6b (patch) | |
| tree | bbaab78908dd331640c372e1fad7cfb6e5c5e734 /src/components/registration/registration.vue | |
| parent | ac90d4c5329c513d73871b3a2476761672453775 (diff) | |
Fix #750 , fix error messages and captcha resetting
Diffstat (limited to 'src/components/registration/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 222b67a8..fdbda007 100644 --- a/src/components/registration/registration.vue +++ b/src/components/registration/registration.vue @@ -170,7 +170,7 @@ <label class="form--label" for="captcha-label" - >{{ $t('captcha') }}</label> + >{{ $t('registration.captcha') }}</label> <template v-if="['kocaptcha', 'native'].includes(captcha.type)"> <img |
