diff --git a/app/views/core/SubscribeModal.coffee b/app/views/core/SubscribeModal.coffee index 3a82645e9..d9e3ee8a1 100644 --- a/app/views/core/SubscribeModal.coffee +++ b/app/views/core/SubscribeModal.coffee @@ -78,6 +78,7 @@ module.exports = class SubscribeModal extends ModalView setupPaymentMethodsInfoPopover: -> popoverTitle = $.i18n.t('subscribe.payment_methods_title') + popoverTitle += '<button type="button" class="close" onclick="$('#payment-methods-info').popover('hide');">×</button>' popoverContent = "<p>" + $.i18n.t('subscribe.payment_methods_blurb1') + "</p>" popoverContent += "<p>" + $.i18n.t('subscribe.payment_methods_blurb2') + " <a href='mailto:support@codecombat.com'>support@codecombat.com</a>." @$el.find('#payment-methods-info').popover(