Commit a797c314 authored by Scott Hampton's avatar Scott Hampton

Merge branch 'kcomoli-fix-empty-p-and-flash-msg' into 'master'

Fix empty %p in group creation step

See merge request gitlab-org/gitlab!51083
parents e6ec2140 ba79fd27
......@@ -7,8 +7,7 @@
- unless in_trial_onboarding_flow?
#progress-bar
%h2.center= _('Create your group')
%p
%div= _('A group represents your organization in GitLab. Groups allow you to manage users and collaborate across multiple projects.')
%p= _('A group represents your organization in GitLab. Groups allow you to manage users and collaborate across multiple projects.')
= form_for @group, url: users_sign_up_groups_path(form_params), html: { class: 'gl-show-field-errors card gl-w-full gl-p-4' } do |f|
= form_errors(@group)
= render 'layouts/flash'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment