~jadedctrl/jam-xwx-moe
~jadedctrl/jam-xwx-moe/pleroma-fe/flikaĵoj/0001-Aldoni-notojn-konsilojn-e-CAPTCHA.patch
~jadedctrl/jam-xwx-moe/pleroma-fe/flikaĵoj/0001-Aldoni-notojn-konsilojn-e-CAPTCHA.patch
0 | From 2d82733423e41e66c09ed3c34ec5b3c527aacffd Mon Sep 17 00:00:00 2001 |
1 | From: jadedctrl <jadedctrl@Posteo.net> |
2 | Date: Wed, 9 Aug 2023 20:58:02 -0500 |
3 | Subject: [PATCH] =?UTF-8?q?Aldoni=20notojn/konsilojn=20=C4=89e=20CAPTCHA?= |
4 | MIME-Version: 1.0 |
5 | Content-Type: text/plain; charset=UTF-8 |
6 | Content-Transfer-Encoding: 8bit |
7 |
|
8 | --- |
9 | src/components/registration/registration.vue | 4 ++++ |
10 | 1 file changed, 4 insertions(+) |
11 |
|
12 | diff --git a/src/components/registration/registration.vue b/src/components/registration/registration.vue |
13 | index 7438a5f4..6916dfb9 100644 |
14 | --- a/src/components/registration/registration.vue |
15 | +++ b/src/components/registration/registration.vue |
16 | @@ -241,6 +241,10 @@ |
17 | for="captcha-label" |
18 | >{{ $t('registration.captcha') }}</label> |
19 | |
20 | + <sub>• Via respondo estu unu vorto, skribita minuskle, sen interpunkcio.</sub> |
21 | + <sub>• Tajpinte vian respondon, premu la enigan klavon, kaj nur poste klaku la butonon »Registriĝi«.</sub> |
22 | + <sub>• Vi ankaŭ povas peti konton per retpoŝtmesaĝo al xwx@posteo.org.</sub> |
23 | + |
24 | <template v-if="['kocaptcha', 'native'].includes(captcha.type)"> |
25 | <img |
26 | :src="captcha.url" |
27 | -- |
28 | 2.41.0 |
29 |
|