summaryrefslogtreecommitdiff
path: root/app/views/admin/users/_form.html.haml
diff options
context:
space:
mode:
authorJerome Dalbert <jerome@rentify.com>2014-01-20 13:05:19 +0000
committerJerome Dalbert <jerome@rentify.com>2014-01-20 13:05:19 +0000
commit9697e5327fa4dbe84e35b750203480857c68efd0 (patch)
treed72d711a08e4c25d7f721fc11e0d14c9a1bcbfc5 /app/views/admin/users/_form.html.haml
parentbb9e01cba6650c9e4aad920596647a65b85adc7e (diff)
downloadgitlab-ce-9697e5327fa4dbe84e35b750203480857c68efd0.tar.gz
Rename "Website url" labels to "Website"
Diffstat (limited to 'app/views/admin/users/_form.html.haml')
-rw-r--r--app/views/admin/users/_form.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/users/_form.html.haml b/app/views/admin/users/_form.html.haml
index ebc68e2ea63..881a043f36f 100644
--- a/app/views/admin/users/_form.html.haml
+++ b/app/views/admin/users/_form.html.haml
@@ -81,7 +81,7 @@
= f.label :twitter, class: 'control-label'
.col-sm-10= f.text_field :twitter, class: 'form-control'
.form-group
- = f.label :website_url, class: 'control-label'
+ = f.label :website_url, 'Website', class: 'control-label'
.col-sm-10= f.text_field :website_url, class: 'form-control'
.form-actions