From 197cf12512de8a3e0b18bbf9abb5b024cff85162 Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Wed, 12 Nov 2025 17:12:39 -0600 Subject: [PATCH] "Post" is too terse I think we can go back to the longer label now that the hotkeys aren't inside the button --- app/views/cards/comments/_new.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/cards/comments/_new.html.erb b/app/views/cards/comments/_new.html.erb index cd46d7cb4..9aaa063fd 100644 --- a/app/views/cards/comments/_new.html.erb +++ b/app/views/cards/comments/_new.html.erb @@ -17,7 +17,7 @@ <%= form.button class: "comment__submit btn btn--reversed", data: { form_target: "submit" }, disabled: true do %> - Post + Post this comment <% end %> <%= hotkey_label([ "ctrl", "enter" ]) %>