From 22d042b90099cf194e14dfbc5c23cc663b184622 Mon Sep 17 00:00:00 2001 From: Jorge Manrubia Date: Mon, 17 Nov 2025 09:53:28 +0100 Subject: [PATCH] Fix typo with tag --- app/views/cards/edit.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/cards/edit.html.erb b/app/views/cards/edit.html.erb index 58b2d7bde..99823d540 100644 --- a/app/views/cards/edit.html.erb +++ b/app/views/cards/edit.html.erb @@ -17,7 +17,7 @@ <%= form.button type: :submit, class: "btn btn--reversed fit-content txt-small", data: { form_target: "submit" } do %> Save changes - <%= hotkey_label([ "ctrl", "enter" ]) %> + <%= hotkey_label([ "ctrl", "enter" ]) %> <% end %> <%= link_to "Close editor and discard changes", @card, data: { form_target: "cancel" }, hidden: true %> <% end %>