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

@@ -1,11 +1,11 @@
{% extends "dashboard/layout.html" %}
{% block title %}ThreeFold Dashboard - Settings{% endblock %}
{% block title %}Mycelium Dashboard - Settings{% endblock %}
{% block dashboard_content %}
<div class="my-4">
<h1>Account Settings</h1>
<p class="lead">Manage your ThreeFold account preferences and security settings</p>
<p class="lead">Manage your Mycelium account preferences and security settings</p>
<div class="row mt-5">
<div class="col-md-3">
@@ -415,7 +415,7 @@
<div class="col-sm-9">
<select class="form-select" id="displayCurrency" name="display_currency">
<option value="USD" {% if user_display_currency == "USD" %}selected{% endif %}>USD - US Dollar</option>
<option value="TFC" {% if user_display_currency == "TFC" %}selected{% endif %}>TFC - ThreeFold Credits</option>
<option value="MC" {% if user_display_currency == "MC" %}selected{% endif %}>MC - Mycelium Credit</option>
<option value="EUR" {% if user_display_currency == "EUR" %}selected{% endif %}>EUR - Euro</option>
<option value="CAD" {% if user_display_currency == "CAD" %}selected{% endif %}>CAD - Canadian Dollar</option>
</select>
@@ -425,7 +425,7 @@
<div class="alert alert-info">
<i class="bi bi-info-circle me-2"></i>
<strong>Note:</strong> All transactions are processed in USD Credits. Display currency is used for convenience only and prices are converted in real-time.
<strong>Note:</strong> All transactions are processed in MC Credits. Display currency is used for convenience only and prices are converted in real-time.
</div>
<div class="d-flex justify-content-end">