From a98fce7e924fc9f4d5114fe71487d3d7b06903c9 Mon Sep 17 00:00:00 2001 From: Akash Hiremath Date: Wed, 29 Mar 2023 15:30:33 +0530 Subject: [PATCH] Correct cookie field label (#1837) --- lib/livebook_web/live/session_live/attached_live.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/livebook_web/live/session_live/attached_live.ex b/lib/livebook_web/live/session_live/attached_live.ex index 24b0caf60..f57811c20 100644 --- a/lib/livebook_web/live/session_live/attached_live.ex +++ b/lib/livebook_web/live/session_live/attached_live.ex @@ -57,7 +57,7 @@ defmodule LivebookWeb.SessionLive.AttachedLive do >
<.text_field field={f[:name]} label="Name" placeholder={name_placeholder()} /> - <.text_field field={f[:cookie]} label="Name" placeholder="mycookie" /> + <.text_field field={f[:cookie]} label="Cookie" placeholder="mycookie" />