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
a5f21a75
Commit
a5f21a75
authored
Apr 20, 2021
by
Marvin Karegyeya
Committed by
Kerri Miller
Apr 20, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Externalise strings in /confirmations/new.html.haml
parent
9842152f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
2 deletions
+10
-2
app/views/devise/confirmations/new.html.haml
app/views/devise/confirmations/new.html.haml
+2
-2
changelogs/unreleased/Externalise-strings-in-confirmations-new-html-haml.yml
...ed/Externalise-strings-in-confirmations-new-html-haml.yml
+5
-0
locale/gitlab.pot
locale/gitlab.pot
+3
-0
No files found.
app/views/devise/confirmations/new.html.haml
View file @
a5f21a75
...
...
@@ -6,9 +6,9 @@
=
render
"devise/shared/error_messages"
,
resource:
resource
.form-group
=
f
.
label
:email
=
f
.
email_field
:email
,
class:
"form-control gl-form-input"
,
required:
true
,
title:
'Please provide a valid email address.'
,
value:
nil
=
f
.
email_field
:email
,
class:
"form-control gl-form-input"
,
required:
true
,
title:
_
(
'Please provide a valid email address.'
)
,
value:
nil
.clearfix
=
f
.
submit
"Resend"
,
class:
'gl-button btn btn-confirm'
=
f
.
submit
_
(
"Resend"
)
,
class:
'gl-button btn btn-confirm'
.clearfix.prepend-top-20
=
render
'devise/shared/sign_in_link'
changelogs/unreleased/Externalise-strings-in-confirmations-new-html-haml.yml
0 → 100644
View file @
a5f21a75
---
title
:
Externalise strings in confirmations/new.html.haml
merge_request
:
58173
author
:
nuwe1
type
:
other
locale/gitlab.pot
View file @
a5f21a75
...
...
@@ -26949,6 +26949,9 @@ msgstr[1] ""
msgid "Requires values to meet regular expression requirements."
msgstr ""
msgid "Resend"
msgstr ""
msgid "Resend Request"
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