summaryrefslogtreecommitdiff
path: root/app/views/users/edit.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/users/edit.html.erb')
-rw-r--r--app/views/users/edit.html.erb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/users/edit.html.erb b/app/views/users/edit.html.erb
index 3516cc9..cfbf229 100644
--- a/app/views/users/edit.html.erb
+++ b/app/views/users/edit.html.erb
@@ -43,9 +43,9 @@
</tr>
<% end %>
<tr>
- <td>Skype username</td>
+ <td>Discord username</td>
<td>
- <%= f.text_field :skype, placeholder: "Skype username", disabled: !can_edit? %>
+ <%= f.text_field :discord, placeholder: "Discord username", disabled: !can_edit? %>
</td>
</tr>
<tr>