From 53d0499254ab4d44aa94baa2a65796978dfdb71c Mon Sep 17 00:00:00 2001 From: diondiondion Date: Thu, 7 May 2026 13:34:54 +0200 Subject: [PATCH] Add label to "Why do you want to join" field during sign-up (#38936) --- app/views/auth/registrations/new.html.haml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/app/views/auth/registrations/new.html.haml b/app/views/auth/registrations/new.html.haml index 0dc1d894ec7..6695160f58d 100644 --- a/app/views/auth/registrations/new.html.haml +++ b/app/views/auth/registrations/new.html.haml @@ -61,14 +61,11 @@ wrapper: :with_block_label - if approved_registrations? && @invite.blank? - %p.lead= t('auth.sign_up.manual_review', domain: site_hostname) - .fields-group = f.simple_fields_for :invite_request, resource.invite_request || resource.build_invite_request do |invite_request_fields| = invite_request_fields.input :text, as: :text, - hint: false, - label: false, + hint: t('auth.sign_up.manual_review', domain: site_hostname), input_html: { maxlength: UserInviteRequest::TEXT_SIZE_LIMIT }, required: Setting.require_invite_text, wrapper: :with_block_label