diff --git a/web/e.cash/components/layout/index.js b/web/e.cash/components/layout/index.js
--- a/web/e.cash/components/layout/index.js
+++ b/web/e.cash/components/layout/index.js
@@ -7,7 +7,7 @@
 
 const Layout = ({
     metaTitle = 'eCash | Wealth Redefined',
-    metaDescription = 'Introducing eCash: the new battle-tested cryptocurrency forged from centuries of economic theory and over a decade of real-world crypto experience. eCash is the implementation of the tech-secured sound money envisioned by luminaries in monetary philosophy like Milton Friedman. eCash follows through on key promises such as the innovative Avalanche consensus layer while also introducing concepts never before seen in a Bitcoin project such as staking, fork-free network upgrades, and subchains. Look for the ticker symbol XEC on exchanges, wallets, or price charts, and take your first step towards true financial freedom.',
+    metaDescription = 'Introducing eCash: the new battle-tested cryptocurrency forged from centuries of economic theory and over a decade of real-world crypto experience. eCash is the implementation of the tech-secured sound money envisioned by luminaries in monetary philosophy like Milton Friedman. eCash follows through on key promises such as the innovative Avalanche consensus layer while also introducing concepts never before seen in a Bitcoin project such as staking, fork-free network upgrades, and subnets. Look for the ticker symbol XEC on exchanges, wallets, or price charts, and take your first step towards true financial freedom.',
     children,
 }) => {
     return (
diff --git a/web/e.cash/data/careers.js b/web/e.cash/data/careers.js
--- a/web/e.cash/data/careers.js
+++ b/web/e.cash/data/careers.js
@@ -19,6 +19,6 @@
         title: 'Smart Contracts Engineer',
         location: 'Remote',
         description:
-            "Development of an EVM subchain is a key milestone for the eCash extensibility roadmap. 2017 proved the crypto future would be multi-chain, and the EVM is rapidly becoming industry standard. Are you passionate about fixed supply and money-first crypto but also excited about the tech potential of Ethereum? Have you contributed to open source full node software and built smart contracts in Solidity? We'd love to hear from you.",
+            "Development of an EVM subnet is a key milestone for the eCash extensibility roadmap. 2017 proved the crypto future would be multi-chain, and the EVM is rapidly becoming industry standard. Are you passionate about fixed supply and money-first crypto but also excited about the tech potential of Ethereum? Have you contributed to open source full node software and built smart contracts in Solidity? We'd love to hear from you.",
     },
 ];
diff --git a/web/e.cash/data/roadmap.js b/web/e.cash/data/roadmap.js
--- a/web/e.cash/data/roadmap.js
+++ b/web/e.cash/data/roadmap.js
@@ -96,7 +96,7 @@
                 status: 'underway',
             },
             {
-                title: 'Zero-Knowledge Subchain',
+                title: 'Zero-Knowledge Subnet',
                 description: 'bulletproof privacy',
                 status: 'planning',
             },
@@ -132,7 +132,7 @@
                 status: 'complete',
             },
             {
-                title: 'EVM Subchain',
+                title: 'EVM Subnet',
                 description: 'scalable smart contracts & improved privacy',
                 status: 'planning',
             },