diff --git a/app/views/play/modal/SubscribeModal.coffee b/app/views/play/modal/SubscribeModal.coffee index 600ae42e4..8b49681ca 100644 --- a/app/views/play/modal/SubscribeModal.coffee +++ b/app/views/play/modal/SubscribeModal.coffee @@ -45,7 +45,7 @@ module.exports = class SubscribeModal extends ModalView popoverContent = "

" + $.i18n.t('subscribe.parents_blurb1') + "

" popoverContent += "

" + $.i18n.t('subscribe.parents_blurb2') + "

" popoverContent += "

" + $.i18n.t('subscribe.parents_blurb3') + "

" - popoverContent = popoverContent.replace /9[.,]99/g, '5.99' # Sale + #popoverContent = popoverContent.replace /9[.,]99/g, '5.99' # Sale window.popoverContent = popoverContent @$el.find('#parents-info').popover( animation: true