Skip to content

Commit aad3d51

Browse files
authored
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.
1 parent 0e9350d commit aad3d51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/cards/container/_gild.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
<% else %>
77
<%= button_to card_goldness_path(card), class: "btn", data: { controller: "tooltip hotkey", action: "keydown.shift+g@document->hotkey#click" } do %>
88
<%= icon_tag "golden-ticket" %>
9-
<span class="for-screen-reader">Promote to golden (shift+g)</span>
9+
<span class="for-screen-reader">Promote to Golden Ticket (shift+g)</span>
1010
<% end %>
1111
<% end %>

0 commit comments

Comments
 (0)