From 08043a7c5ecb5eb8fbb378ba5185d81e8da48351 Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Wed, 2 Jul 2025 14:01:10 -0500 Subject: [PATCH] Correct label for field --- app/views/commands/_form.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/commands/_form.html.erb b/app/views/commands/_form.html.erb index 1a2c31f72..eab9ca8f9 100644 --- a/app/views/commands/_form.html.erb +++ b/app/views/commands/_form.html.erb @@ -6,7 +6,7 @@ terminal_target: "form", action: "turbo:submit-start->terminal#commandSubmitted turbo:submit-end->terminal#focus keydown.meta+k@document->terminal#focus:prevent keydown.ctrl+k@document->terminal#focus:prevent keydown.enter->terminal#executeCommand keydown.esc->terminal#hideMenus turbo:submit-end->terminal#handleCommandResponse" } do %> - + <%= text_field_tag "command", nil, autocomplete: "off",