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
3bf7c9ab
Commit
3bf7c9ab
authored
Feb 18, 2019
by
George Tsiolis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add externalized strings for new password form
parent
240ae8d1
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
app/views/profiles/passwords/new.html.haml
app/views/profiles/passwords/new.html.haml
+2
-2
locale/gitlab.pot
locale/gitlab.pot
+6
-0
No files found.
app/views/profiles/passwords/new.html.haml
View file @
3bf7c9ab
...
@@ -5,9 +5,9 @@
...
@@ -5,9 +5,9 @@
%hr
%hr
=
form_for
@user
,
url:
profile_password_path
,
method: :post
do
|
f
|
=
form_for
@user
,
url:
profile_password_path
,
method: :post
do
|
f
|
%p
.slead
%p
.slead
Please set a new password before proceeding.
=
_
(
'Please set a new password before proceeding.'
)
%br
%br
After a successful password update you will be redirected to login screen.
=
_
(
'After a successful password update you will be redirected to login screen.'
)
=
form_errors
(
@user
)
=
form_errors
(
@user
)
...
...
locale/gitlab.pot
View file @
3bf7c9ab
...
@@ -528,6 +528,9 @@ msgstr ""
...
@@ -528,6 +528,9 @@ msgstr ""
msgid "Advanced settings"
msgid "Advanced settings"
msgstr ""
msgstr ""
msgid "After a successful password update you will be redirected to login screen."
msgstr ""
msgid "All"
msgid "All"
msgstr ""
msgstr ""
...
@@ -5491,6 +5494,9 @@ msgstr ""
...
@@ -5491,6 +5494,9 @@ msgstr ""
msgid "Please select at least one filter to see results"
msgid "Please select at least one filter to see results"
msgstr ""
msgstr ""
msgid "Please set a new password before proceeding."
msgstr ""
msgid "Please solve the reCAPTCHA"
msgid "Please solve the reCAPTCHA"
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