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
diff options
context:
space:
mode:
authorSabba Petri <sabbap@gmail.com>2015-02-23 21:40:06 +0300
committerSabba Petri <sabbap@gmail.com>2015-02-23 21:40:06 +0300
commit846f83177448832bd04ea0167b34541b5d3b71c6 (patch)
tree1024a0398fee93d5aba158e64312de2ce1f9b184 /app/views/profiles/passwords
parentbb2358379e347de9c6f9a0b521d2f8599f636881 (diff)
Fixes grammatical consistency and small changes
This commit adds consistency to small things like periods, commas, etc. Also gives additional information to buttons and headers. Fixes #2002, #2005, #2003
Diffstat (limited to 'app/views/profiles/passwords')
-rw-r--r--app/views/profiles/passwords/edit.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/profiles/passwords/edit.html.haml b/app/views/profiles/passwords/edit.html.haml
index 6b19db4eb5d..3b1ebbfaf59 100644
--- a/app/views/profiles/passwords/edit.html.haml
+++ b/app/views/profiles/passwords/edit.html.haml
@@ -1,4 +1,4 @@
-%h3.page-title Password
+%h3.page-title Password Settings
%p.light
- if @user.password_automatically_set?
Set your password.
@@ -12,7 +12,7 @@
- unless @user.password_automatically_set?
You must provide current password in order to change it.
%br
- After a successful password update you will be redirected to login page where you should login with your new password
+ After a successful password update, you will be redirected to the login page where you can log in with your new password.
-if @user.errors.any?
.alert.alert-danger
%ul