Skip to content
Snippets Groups Projects
Commit 1ef913a1 authored by Shpuld Shpludson's avatar Shpuld Shpludson
Browse files

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

Fix translation typo in registration.vue

Closes #257

See merge request pleroma/pleroma-fe!448
parents 76cfb15b c25cf295
Branches
No related tags found
No related merge requests found
......@@ -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.
Please register or to comment