diff --git a/app/views/users/_profile.html.erb b/app/views/users/_profile.html.erb
index dabda37e7..847b80387 100644
--- a/app/views/users/_profile.html.erb
+++ b/app/views/users/_profile.html.erb
@@ -90,7 +90,7 @@
<%= f.text_field :employer_name, maxlength: 64 %>
- <%= f.label :employer_url %>
+ <%= f.label :employer_url, "Employer URL" %>
<%= f.text_field :employer_url, maxlength: 64 %>
@@ -115,35 +115,35 @@
Links
- <%= f.label :facebook_url %>
+ <%= f.label :facebook_url, "Facebook URL" %>
<%= f.text_field :facebook_url %>
- <%= f.label :stackoverflow_url %>
+ <%= f.label :stackoverflow_url, "Stack Overflow URL" %>
<%= f.url_field :stackoverflow_url %>
- <%= f.label :linkedin_url %>
+ <%= f.label :linkedin_url, "LinkedIn URL" %>
<%= f.url_field :linkedin_url %>
- <%= f.label :behance_url %>
+ <%= f.label :behance_url, "Behance URL" %>
<%= f.url_field :behance_url %>
- <%= f.label :dribbble_url %>
+ <%= f.label :dribbble_url, "Dribbble URL" %>
<%= f.url_field :dribbble_url %>
- <%= f.label :medium_url %>
+ <%= f.label :medium_url, "Medium URL" %>
<%= f.url_field :medium_url %>
- <%= f.label :gitlab_url %>
+ <%= f.label :gitlab_url, "GitLab URL" %>
<%= f.url_field :gitlab_url %>
- <%= f.label :mastodon_url %>
+ <%= f.label :mastodon_url, "Mastodon URL" %>
<%= f.url_field :mastodon_url %>