From aad3d51e15d5b5dabf718ae4d40b84eaa3e424be Mon Sep 17 00:00:00 2001 From: Brian Bailey Date: Wed, 10 Dec 2025 15:48:14 -0500 Subject: [PATCH] Update tip text for turning a card into a Golden Ticket Clarified with JF after noticing language like "turning it into a Golden card" in the help content. We're okay with using "ticket" in this case. --- app/views/cards/container/_gild.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/cards/container/_gild.html.erb b/app/views/cards/container/_gild.html.erb index e3152eb9a..7647a3b4f 100644 --- a/app/views/cards/container/_gild.html.erb +++ b/app/views/cards/container/_gild.html.erb @@ -6,6 +6,6 @@ <% else %> <%= button_to card_goldness_path(card), class: "btn", data: { controller: "tooltip hotkey", action: "keydown.shift+g@document->hotkey#click" } do %> <%= icon_tag "golden-ticket" %> - Promote to golden (shift+g) + Promote to Golden Ticket (shift+g) <% end %> <% end %>