Skip to content
Snippets Groups Projects
Commit c25cf295 authored by rinpatch's avatar rinpatch :speech_balloon:
Browse files

Fix translation typo in registration.vue

parent 76cfb15b
No related branches found
No related tags found
1 merge request!448Fix translation typo in 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">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment