Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
b26b4e10
Commit
b26b4e10
authored
Oct 30, 2019
by
Tim Zallmann
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'fix-translation-issue' into 'master'
Fix translation issue See merge request gitlab-org/gitlab!19069
parents
e9b19440
f148c1fe
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
1 deletion
+5
-1
app/assets/stylesheets/pages/experimental_separate_sign_up.scss
...sets/stylesheets/pages/experimental_separate_sign_up.scss
+1
-0
app/views/registrations/welcome.html.haml
app/views/registrations/welcome.html.haml
+1
-1
locale/gitlab.pot
locale/gitlab.pot
+3
-0
No files found.
app/assets/stylesheets/pages/experimental_separate_sign_up.scss
View file @
b26b4e10
...
...
@@ -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
;
...
...
app/views/registrations/welcome.html.haml
View file @
b26b4e10
-
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
...
...
locale/gitlab.pot
View file @
b26b4e10
...
...
@@ -18792,6 +18792,9 @@ msgstr ""
msgid "Welcome to GitLab"
msgstr ""
msgid "Welcome to GitLab %{username}!"
msgstr ""
msgid "Welcome to the Guided GitLab Tour"
msgstr ""
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment