Skip to content
Snippets Groups Projects

Fix translation typo in registration.vue

Merged rinpatch requested to merge rinpatch/pleroma-fe:fix/captcha-string-typo into develop
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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">
Loading