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 %>