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:
authorJacob Vosmaer <contact@jacobvosmaer.nl>2013-10-22 11:52:09 +0400
committerJacob Vosmaer <contact@jacobvosmaer.nl>2013-10-22 11:52:09 +0400
commit5093cb02d669a7a84ecc0e24bb46ecec9cd5a3a4 (patch)
treeef27b9efcb677f3ff0d080cd467b2c8c302c06a1
parent2c37904dc03ea0e749bf4dac6facc0a6447fd6bc (diff)
parent5014ecf6e40e810de17066efab0803e43a9c834d (diff)
Merge pull request #5392 from jvanbaarsen/patch-2
Typo fix in show.html.haml
-rw-r--r--app/views/profiles/accounts/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/profiles/accounts/show.html.haml b/app/views/profiles/accounts/show.html.haml
index 453ef8b60db..b950f3f7644 100644
--- a/app/views/profiles/accounts/show.html.haml
+++ b/app/views/profiles/accounts/show.html.haml
@@ -45,7 +45,7 @@
Username
= form_for @user, url: update_username_profile_path, method: :put, remote: true do |f|
%p
- Changing your username will change path to all personl projects!
+ Changing your username will change path to all personal projects!
%div
= f.text_field :username, required: true, class: 'input-xlarge input-xpadding'
&nbsp;