diff --git a/elixir/apps/web/lib/web/live/groups/new.ex b/elixir/apps/web/lib/web/live/groups/new.ex index b54e52cba..08f5dabf1 100644 --- a/elixir/apps/web/lib/web/live/groups/new.ex +++ b/elixir/apps/web/lib/web/live/groups/new.ex @@ -31,9 +31,9 @@ defmodule Web.Groups.New do
<.input - label="Name Prefix" + label="Group name" field={@form[:name]} - placeholder="Name of this Actor Group" + placeholder="Enter a name for this Group, e.g. Engineering" required />