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
137531d8
Commit
137531d8
authored
Apr 19, 2021
by
Marvin Karegyeya
Committed by
Kerri Miller
Apr 19, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Externalize strings in file _confirmation_instructions_account.text.erb
parent
9842152f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
5 deletions
+16
-5
app/views/devise/mailer/_confirmation_instructions_account.text.erb
...devise/mailer/_confirmation_instructions_account.text.erb
+5
-5
changelogs/unreleased/Externalize-strings-in-_confirmation_instructions_account-text-erb.yml
...trings-in-_confirmation_instructions_account-text-erb.yml
+5
-0
locale/gitlab.pot
locale/gitlab.pot
+6
-0
No files found.
app/views/devise/mailer/_confirmation_instructions_account.text.erb
View file @
137531d8
<%
if
@resource
.
unconfirmed_email
.
present?
||
!
@resource
.
created_recently?
%>
<%
if
@resource
.
unconfirmed_email
.
present?
||
!
@resource
.
created_recently?
%>
<%=
@resource
.
unconfirmed_email
||
@resource
.
email
%>
,
<%=
@resource
.
unconfirmed_email
||
@resource
.
email
%>
,
Use the link below to confirm your email address.
<%=
_
(
'Use the link below to confirm your email address.'
)
%>
<%
else
%>
<%
else
%>
<%
if
Gitlab
.
com?
%>
<%
if
Gitlab
.
com?
%>
Thanks for signing up to GitLab!
<%=
_
(
'Thanks for signing up to GitLab!'
)
%>
<%
else
%>
<%
else
%>
Welcome,
<%=
@resource
.
name
%>
!
<%=
_
(
"Welcome, %{name}!"
)
%
{
name:
@resource
.
name
}
%>
<%
end
%>
<%
end
%>
To get started, use the link below to confirm your account.
<%=
_
(
'To get started, use the link below to confirm your account.'
)
%>
<%
end
%>
<%
end
%>
<%=
confirmation_url
(
@resource
,
confirmation_token:
@token
)
%>
<%=
confirmation_url
(
@resource
,
confirmation_token:
@token
)
%>
changelogs/unreleased/Externalize-strings-in-_confirmation_instructions_account-text-erb.yml
0 → 100644
View file @
137531d8
---
title
:
Externalize strings in _confirmation_instructions_account.text.erb
merge_request
:
58215
author
:
nuwe1
type
:
other
locale/gitlab.pot
View file @
137531d8
...
@@ -32815,6 +32815,9 @@ msgstr ""
...
@@ -32815,6 +32815,9 @@ msgstr ""
msgid "To get started, please enter your Gitea Host URL and a %{link_to_personal_token}."
msgid "To get started, please enter your Gitea Host URL and a %{link_to_personal_token}."
msgstr ""
msgstr ""
msgid "To get started, use the link below to confirm your account."
msgstr ""
msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information."
msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information."
msgstr ""
msgstr ""
...
@@ -34110,6 +34113,9 @@ msgstr ""
...
@@ -34110,6 +34113,9 @@ msgstr ""
msgid "Use the link below to confirm your email address (%{email})"
msgid "Use the link below to confirm your email address (%{email})"
msgstr ""
msgstr ""
msgid "Use the link below to confirm your email address."
msgstr ""
msgid "Use the search bar on the top of this page"
msgid "Use the search bar on the top of this page"
msgstr ""
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