diff --git a/app/views/users/_form.html.erb b/app/views/users/_form.html.erb index bf79c8c..7462cca 100644 --- a/app/views/users/_form.html.erb +++ b/app/views/users/_form.html.erb @@ -1,5 +1,5 @@ -<%= form.label :name, 'Display name' %>
-<%= form.text_field :name %>
+<%= form.label :first_name, 'Display name' %>
+<%= form.text_field :first_name %>

<%= form.label :email %>
<%= form.text_field :email %>