feat: rename TFC to MC currency across codebase, UI, and documentation

This commit is contained in:
mik-tf
2025-09-08 12:53:09 -04:00
parent a4c5feb1ab
commit f233964f22
8 changed files with 55 additions and 55 deletions

View File

@@ -411,24 +411,24 @@
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header bg-success text-white">
<h5 class="modal-title" id="buyTFCWithTFTModalLabel">Buy ThreeFold Credits (TFC) with TFT</h5>
<h5 class="modal-title" id="buyTFCWithTFTModalLabel">Buy Mycelium Credits (MC) with TFT</h5>
<button type="button" class="btn-close btn-close-white" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<form>
<div class="mb-3">
<label for="tfcAmountTFT" class="form-label">Amount of TFC Credits to purchase</label>
<label for="tfcAmountTFT" class="form-label">Amount of MC Credits to purchase</label>
<input type="number" class="form-control" id="tfpAmountTFT" min="10" value="100">
</div>
<div class="alert alert-info">
<div class="d-flex align-items-center">
<i class="bi bi-info-circle-fill me-2 fs-4"></i>
<div>
<strong>Exchange Rate:</strong> 1 TFC = 0.5 TFT
<strong>Exchange Rate:</strong> 1 MC = 0.5 TFT
<hr class="my-2">
<div class="d-flex justify-content-between">
<span>Amount:</span>
<span class="text-end">100 TFC</span>
<span class="text-end">100 MC</span>
</div>
<div class="d-flex justify-content-between">
<span>Cost:</span>
@@ -452,25 +452,25 @@
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header bg-success text-white">
<h5 class="modal-title" id="sellTFCForTFTModalLabel">Sell ThreeFold Credits (TFC) for TFT</h5>
<h5 class="modal-title" id="sellTFCForTFTModalLabel">Sell Mycelium Credits (MC) for TFT</h5>
<button type="button" class="btn-close btn-close-white" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<form>
<div class="mb-3">
<label for="sellTfcAmountTFT" class="form-label">Amount of TFC Credits to sell</label>
<label for="sellTfcAmountTFT" class="form-label">Amount of MC Credits to sell</label>
<input type="number" class="form-control" id="sellTfpAmountTFT" min="10" max="1250" value="100">
<div class="form-text">Maximum available: 1,250 TFC</div>
<div class="form-text">Maximum available: 1,250 MC</div>
</div>
<div class="alert alert-info">
<div class="d-flex align-items-center">
<i class="bi bi-info-circle-fill me-2 fs-4"></i>
<div>
<strong>Exchange Rate:</strong> 1 TFC = 0.5 TFT
<strong>Exchange Rate:</strong> 1 MC = 0.5 TFT
<hr class="my-2">
<div class="d-flex justify-content-between">
<span>Amount:</span>
<span class="text-end">100 TFC</span>
<span class="text-end">100 MC</span>
</div>
<div class="d-flex justify-content-between">
<span>You receive:</span>
@@ -494,24 +494,24 @@
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header bg-info text-white">
<h5 class="modal-title" id="buyTFCWithPEAQModalLabel">Buy ThreeFold Credits (TFC) with PEAQ</h5>
<h5 class="modal-title" id="buyTFCWithPEAQModalLabel">Buy Mycelium Credits (MC) with PEAQ</h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<form>
<div class="mb-3">
<label for="tfcAmountPEAQ" class="form-label">Amount of TFC Credits to purchase</label>
<label for="tfcAmountPEAQ" class="form-label">Amount of MC Credits to purchase</label>
<input type="number" class="form-control" id="tfpAmountPEAQ" min="10" value="100">
</div>
<div class="alert alert-info">
<div class="d-flex align-items-center">
<i class="bi bi-info-circle-fill me-2 fs-4"></i>
<div>
<strong>Exchange Rate:</strong> 1 TFC = 2 PEAQ
<strong>Exchange Rate:</strong> 1 MC = 2 PEAQ
<hr class="my-2">
<div class="d-flex justify-content-between">
<span>Amount:</span>
<span class="text-end">100 TFC</span>
<span class="text-end">100 MC</span>
</div>
<div class="d-flex justify-content-between">
<span>Cost:</span>
@@ -535,25 +535,25 @@
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header bg-info text-white">
<h5 class="modal-title" id="sellTFCForPEAQModalLabel">Sell ThreeFold Credits (TFC) for PEAQ</h5>
<h5 class="modal-title" id="sellTFCForPEAQModalLabel">Sell Mycelium Credits (MC) for PEAQ</h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<form>
<div class="mb-3">
<label for="sellTfcAmountPEAQ" class="form-label">Amount of TFC Credits to sell</label>
<label for="sellTfcAmountPEAQ" class="form-label">Amount of MC Credits to sell</label>
<input type="number" class="form-control" id="sellTfpAmountPEAQ" min="10" max="1250" value="100">
<div class="form-text">Maximum available: 1,250 TFC</div>
<div class="form-text">Maximum available: 1,250 MC</div>
</div>
<div class="alert alert-info">
<div class="d-flex align-items-center">
<i class="bi bi-info-circle-fill me-2 fs-4"></i>
<div>
<strong>Exchange Rate:</strong> 1 TFC = 2 PEAQ
<strong>Exchange Rate:</strong> 1 MC = 2 PEAQ
<hr class="my-2">
<div class="d-flex justify-content-between">
<span>Amount:</span>
<span class="text-end">100 TFC</span>
<span class="text-end">100 MC</span>
</div>
<div class="d-flex justify-content-between">
<span>You receive:</span>