Commit 30e13b2b authored by Kevin Comoli's avatar Kevin Comoli Committed by Kushal Pandya

Copy and empty %p fixes in Welcome page

parent 5d3bedde
...@@ -4,10 +4,8 @@ ...@@ -4,10 +4,8 @@
.d-flex.gl-flex-direction-column.gl-align-items-center.gl-w-full.gl-p-5 .d-flex.gl-flex-direction-column.gl-align-items-center.gl-w-full.gl-p-5
.edit-profile.login-page.d-flex.flex-column.gl-align-items-center.pt-lg-3 .edit-profile.login-page.d-flex.flex-column.gl-align-items-center.pt-lg-3
= render_if_exists "registrations/welcome/progress_bar" = render_if_exists "registrations/welcome/progress_bar"
%h2.gl-text-center= html_escape(_('Welcome to GitLab%{br_tag}%{name}!')) % { name: html_escape(current_user.first_name), br_tag: '<br/>'.html_safe } %h2.gl-text-center= html_escape(_('Welcome to GitLab,%{br_tag}%{name}!')) % { name: html_escape(current_user.first_name), br_tag: '<br/>'.html_safe }
%p %p.gl-text-center= html_escape(_('To personalize your GitLab experience, we\'d like to know a bit more about you. We won\'t share this information with anyone.')) % { br_tag: '<br/>'.html_safe }
.gl-text-center= html_escape(_('In order to personalize your experience with GitLab%{br_tag}we would like to know a bit more about you.')) % { br_tag: '<br/>'.html_safe }
= form_for(current_user, url: users_sign_up_welcome_path, html: { class: 'card gl-w-full! gl-p-5', 'aria-live' => 'assertive' }) do |f| = form_for(current_user, url: users_sign_up_welcome_path, html: { class: 'card gl-w-full! gl-p-5', 'aria-live' => 'assertive' }) do |f|
.devise-errors .devise-errors
= render 'devise/shared/error_messages', resource: current_user = render 'devise/shared/error_messages', resource: current_user
...@@ -20,9 +18,6 @@ ...@@ -20,9 +18,6 @@
.form-group.col-sm-12.js-other-role-group{ class: ("hidden") } .form-group.col-sm-12.js-other-role-group{ class: ("hidden") }
= f.label :other_role, _('What is your job title? (optional)'), class: 'form-check-label gl-mb-3' = f.label :other_role, _('What is your job title? (optional)'), class: 'form-check-label gl-mb-3'
= f.text_field :other_role, class: 'form-control' = f.text_field :other_role, class: 'form-control'
.row
.form-group.col-sm-12
.form-text.gl-text-gray-500.gl-mt-0.gl-line-height-normal.gl-px-1= _('This will help us personalize your onboarding experience.')
= render_if_exists "registrations/welcome/setup_for_company", f: f = render_if_exists "registrations/welcome/setup_for_company", f: f
.row .row
.form-group.col-sm-12.gl-mb-0 .form-group.col-sm-12.gl-mb-0
......
---
title: Improve overall copy, remove redundant reassurance in the form, and fix empty
%p rendered in the DOM of the welcome page.
merge_request: 52660
author:
type: other
...@@ -14952,9 +14952,6 @@ msgstr "" ...@@ -14952,9 +14952,6 @@ msgstr ""
msgid "In order to enable Service Desk for your instance, you must first set up incoming email." msgid "In order to enable Service Desk for your instance, you must first set up incoming email."
msgstr "" msgstr ""
msgid "In order to personalize your experience with GitLab%{br_tag}we would like to know a bit more about you."
msgstr ""
msgid "In progress" msgid "In progress"
msgstr "" msgstr ""
...@@ -29387,9 +29384,6 @@ msgstr "" ...@@ -29387,9 +29384,6 @@ msgstr ""
msgid "This will clear repository check states for ALL projects in the database. This cannot be undone. Are you sure?" msgid "This will clear repository check states for ALL projects in the database. This cannot be undone. Are you sure?"
msgstr "" msgstr ""
msgid "This will help us personalize your onboarding experience."
msgstr ""
msgid "This will redirect you to an external sign in page." msgid "This will redirect you to an external sign in page."
msgstr "" msgstr ""
...@@ -29865,6 +29859,9 @@ msgstr "" ...@@ -29865,6 +29859,9 @@ msgstr ""
msgid "To open Jaeger and easily view tracing from GitLab, link the %{link} page to your server" msgid "To open Jaeger and easily view tracing from GitLab, link the %{link} page to your server"
msgstr "" msgstr ""
msgid "To personalize your GitLab experience, we'd like to know a bit more about you. We won't share this information with anyone."
msgstr ""
msgid "To preserve performance only %{strong_open}%{display_size} of %{real_size}%{strong_close} files are displayed." msgid "To preserve performance only %{strong_open}%{display_size} of %{real_size}%{strong_close} files are displayed."
msgstr "" msgstr ""
...@@ -32034,10 +32031,10 @@ msgstr "" ...@@ -32034,10 +32031,10 @@ msgstr ""
msgid "Welcome to GitLab" msgid "Welcome to GitLab"
msgstr "" msgstr ""
msgid "Welcome to GitLab%{br_tag}%{name}!" msgid "Welcome to GitLab, %{first_name}!"
msgstr "" msgstr ""
msgid "Welcome to GitLab, %{first_name}!" msgid "Welcome to GitLab,%{br_tag}%{name}!"
msgstr "" msgstr ""
msgid "Welcome to the guided GitLab tour" msgid "Welcome to the guided GitLab tour"
......
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