logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe
commit: 1ef913a128bfb318a83c3c2167aa9cc36188c950
parent: 76cfb15b3c76531b7c3da0261720d13004c8cfdd
Author: Shpuld Shpludson <shp@cock.li>
Date:   Thu,  3 Jan 2019 20:58:04 +0000

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

Fix translation typo in registration.vue

Closes #257

See merge request pleroma/pleroma-fe!448

Diffstat:

Msrc/components/registration/registration.vue2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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">