We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cda3d0 commit ead2390Copy full SHA for ead2390
packages/ui/src/components/billing/PurchaseModal.vue
@@ -293,6 +293,10 @@
293
{{ selectedPlan }} plus applicable taxes starting today, until you cancel. Cancel anytime
294
from your settings page.
295
</p>
296
+ <p v-if="product.metadata.type === 'pyro'" class="m-0 mt-2 text-sm text-secondary">
297
+ You acknowledge that you have read and agree to the
298
+ <a class="underline" href="https://www.minecraft.net/en-us/eula"> Minecraft EULA </a>
299
+ </p>
300
</div>
301
<div class="input-group push-right pt-4">
302
<template v-if="purchaseModalStep === 0">
0 commit comments