Commit b26b4e10 authored by Tim Zallmann's avatar Tim Zallmann

Merge branch 'fix-translation-issue' into 'master'

Fix translation issue

See merge request gitlab-org/gitlab!19069
parents e9b19440 f148c1fe
......@@ -23,6 +23,7 @@
.signup-heading h2 {
font-weight: $gl-font-weight-bold;
padding: 0 10px;
@include media-breakpoint-down(md) {
font-size: $gl-font-size-large;
......
- content_for(:page_title, _('Welcome to GitLab<br>%{username}!' % { username: html_escape(current_user.username) }).html_safe)
- content_for(:page_title, _('Welcome to GitLab %{username}!') % { username: current_user.username })
- max_name_length = 128
.text-center.mb-3
= _('In order to tailor your experience with GitLab<br>we would like to know a bit more about you.').html_safe
......
......@@ -18792,6 +18792,9 @@ msgstr ""
msgid "Welcome to GitLab"
msgstr ""
msgid "Welcome to GitLab %{username}!"
msgstr ""
msgid "Welcome to the Guided GitLab Tour"
msgstr ""
......
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