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
4672e49e
Commit
4672e49e
authored
Apr 13, 2021
by
Marvin Karegyeya
Committed by
Markus Koller
Apr 13, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Externalize strings in app/views/devise/passwords/new.html.haml
parent
430620cd
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
2 deletions
+10
-2
app/views/devise/passwords/new.html.haml
app/views/devise/passwords/new.html.haml
+2
-2
changelogs/unreleased/Externalize-strings-in-passwords-new-html-haml.yml
...leased/Externalize-strings-in-passwords-new-html-haml.yml
+5
-0
locale/gitlab.pot
locale/gitlab.pot
+3
-0
No files found.
app/views/devise/passwords/new.html.haml
View file @
4672e49e
...
...
@@ -5,9 +5,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
,
value:
params
[
:user_email
],
autofocus:
true
,
title:
'Please provide a valid email address.'
=
f
.
email_field
:email
,
class:
"form-control gl-form-input"
,
required:
true
,
value:
params
[
:user_email
],
autofocus:
true
,
title:
_
(
'Please provide a valid email address.'
)
.clearfix
=
f
.
submit
"Reset password"
,
class:
"gl-button btn-confirm btn"
=
f
.
submit
_
(
"Reset password"
)
,
class:
"gl-button btn-confirm btn"
.clearfix.prepend-top-20
=
render
'devise/shared/sign_in_link'
changelogs/unreleased/Externalize-strings-in-passwords-new-html-haml.yml
0 → 100644
View file @
4672e49e
---
title
:
Externalize strings in passwords/new.html.haml
merge_request
:
58236
author
:
nuwe1
type
:
other
locale/gitlab.pot
View file @
4672e49e
...
...
@@ -26331,6 +26331,9 @@ msgstr ""
msgid "Reset key"
msgstr ""
msgid "Reset password"
msgstr ""
msgid "Reset registration token"
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