Skip to content

Commit 045f0eb

Browse files
committed
Fix broken language string on CAPTCHA settings on UI. Closes #2781.
1 parent 570bb46 commit 045f0eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/views/settings/security.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
</b-field>
103103
</div>
104104
<div class="column is-9" v-if="captchaEnabled">
105-
<b-field :label="$t('settings.security.captchaProvider')">
105+
<b-field>
106106
<b-radio v-model="selectedProvider" native-value="altcha" name="captcha_provider">
107107
ALTCHA
108108
</b-radio>

0 commit comments

Comments
 (0)