diff --git a/components/NFTMint/WriterMessage.vue b/components/NFTMint/WriterMessage.vue
index a4b7f872..bd1ea583 100644
--- a/components/NFTMint/WriterMessage.vue
+++ b/components/NFTMint/WriterMessage.vue
@@ -143,8 +143,8 @@
>
{{ $t('NFTPortal.label.initialBatch.input') }}
@@ -156,7 +156,7 @@
{{ $t('NFTPortal.label.collectExpiryDate.input') }}
-
+
@@ -192,10 +192,10 @@ export default class WriterMessage extends Vue {
initialBatchOptions = [
{ batch: -1, price: this.$t('NFTPortal.label.initialBatch.free') },
- { batch: 0, price: 8 },
- { batch: 4, price: 128 },
- { batch: 7, price: 1024 },
- { batch: 9, price: 4096 },
+ { batch: 0, price: 1 },
+ { batch: 4, price: 8 },
+ { batch: 7, price: 64 },
+ { batch: 9, price: 256 },
]
get shouldShowInitialBatchSettings() {
diff --git a/locales/en.json b/locales/en.json
index 2328eead..3b80ff5b 100644
--- a/locales/en.json
+++ b/locales/en.json
@@ -274,7 +274,7 @@
"NFTPortal.label.defaultDescription": "(no description)",
"NFTPortal.label.detailsPage": "NFT Details Page :",
"NFTPortal.label.fileUpload": "Has a file? Upload to ISCN here",
- "NFTPortal.label.initialBatch.input": "Initial Price (LIKE)",
+ "NFTPortal.label.initialBatch.input": "Initial Price (USD)",
"NFTPortal.label.initialBatch.free": "All Free",
"NFTPortal.label.input.email": "Join our community and stay in the loop on exclusive product updates and offers. {link} now!",
"NFTPortal.label.input.link": "Please leave your email",