From 6003f2b4242b534a4575385d037a2642e9eb32cf Mon Sep 17 00:00:00 2001 From: Jamil Date: Sun, 7 Jul 2024 16:02:04 -0700 Subject: [PATCH] fix(portal): Clarify label (#5774) Label isn't quite accurate --- elixir/apps/web/lib/web/live/groups/new.ex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 />