diff --git a/website/client/components/shops/buyModal.vue b/website/client/components/shops/buyModal.vue index 9dcca5bbbe..ab0dce45e2 100644 --- a/website/client/components/shops/buyModal.vue +++ b/website/client/components/shops/buyModal.vue @@ -374,7 +374,7 @@ }, buyItem () { if (this.item.currency === 'gems' && - !confirm(this.$t('purchaseFor', { cost: this.item.value }))) { + !confirm(this.$t('purchaseFor', { cost: this.item.value * this.selectedAmountToBuy }))) { return; }