Merge branch 'fix/captcha-string-typo' into 'develop'

Fix translation typo in registration.vue

Closes #257

See merge request pleroma/pleroma-fe!448
This commit is contained in:
Shpuld Shpludson 2019-01-03 20:58:04 +00:00
commit 1ef913a128

View file

@ -76,7 +76,7 @@
</div> </div>
<div class="form-group" id="captcha-group" v-if="captcha.type != 'none'"> <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'"> <template v-if="captcha.type == 'kocaptcha'">
<img v-bind:src="captcha.url" v-on:click="setCaptcha"> <img v-bind:src="captcha.url" v-on:click="setCaptcha">