diff --git a/app/views/users/invitations/edit.html.erb b/app/views/users/invitations/edit.html.erb index 12caeb76e..6335affeb 100644 --- a/app/views/users/invitations/edit.html.erb +++ b/app/views/users/invitations/edit.html.erb @@ -29,7 +29,8 @@ <%= f.password_field :password_confirmation, autocomplete: "off", class: "form-control" %> -
+
<%= label :team, :name, t('users.registrations.new.team_name_label') %> <% if @team %> <%= text_field :team, :name, class: 'form-control', value: @team.name %>