Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorGeorge Tsiolis <tsiolis.g@gmail.com>2019-02-18 14:26:36 +0300
committerGeorge Tsiolis <tsiolis.g@gmail.com>2019-02-18 14:26:36 +0300
commit3bf7c9ab56204b5e31c23f05e35158fd5c92cce3 (patch)
treedfcb953f78b78e317314c54e7059e6cb4f142102 /app/views
parent240ae8d1bfe7a46139210a0b0408b27e78000ef6 (diff)
Add externalized strings for new password form
Diffstat (limited to 'app/views')
-rw-r--r--app/views/profiles/passwords/new.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/profiles/passwords/new.html.haml b/app/views/profiles/passwords/new.html.haml
index 467bb2bcdf0..4b84835429c 100644
--- a/app/views/profiles/passwords/new.html.haml
+++ b/app/views/profiles/passwords/new.html.haml
@@ -5,9 +5,9 @@
%hr
= form_for @user, url: profile_password_path, method: :post do |f|
%p.slead
- Please set a new password before proceeding.
+ = _('Please set a new password before proceeding.')
%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)