diff --git a/content/pages/publish.json b/content/pages/publish.json
index 9825b0a1d..3099b6ed3 100644
--- a/content/pages/publish.json
+++ b/content/pages/publish.json
@@ -100,11 +100,11 @@
"price": {
"fixed": {
"title": "Fixed",
- "info": "Set your price for accessing this data set. A Data Token for this data set, worth the entered amount of OCEAN, will be created."
+ "info": "Set your price for accessing this data set. A Datatoken for this data set, worth the entered amount of OCEAN, will be created."
},
"dynamic": {
"title": "Dynamic",
- "info": "Let's create a decentralized, automated market for your data set. A Data Token for this data set, worth the entered amount of OCEAN, will be created. Additionally, you will provide liquidity into a Data Token/OCEAN liquidity pool with Balancer.",
+ "info": "Let's create a decentralized, automated market for your data set. A Datatoken for this data set, worth the entered amount of OCEAN, will be created. Additionally, you will provide liquidity into a Datatoken/OCEAN liquidity pool with Balancer.",
"tooltips": {
"poolInfo": "Explain what is going on here...",
"liquidityProviderFee": "Explain liquidity provider fee...",
diff --git a/src/components/organisms/AssetActions/Pool/index.tsx b/src/components/organisms/AssetActions/Pool/index.tsx
index 02197a1d9..f668e0786 100644
--- a/src/components/organisms/AssetActions/Pool/index.tsx
+++ b/src/components/organisms/AssetActions/Pool/index.tsx
@@ -144,7 +144,7 @@ export default function Pool({ ddo }: { ddo: DDO }): ReactElement {
Pool
- Data Token
+ Datatoken
diff --git a/src/components/organisms/AssetContent/MetaFull.tsx b/src/components/organisms/AssetContent/MetaFull.tsx
index c6cb7c1fb..707f3eeca 100644
--- a/src/components/organisms/AssetContent/MetaFull.tsx
+++ b/src/components/organisms/AssetContent/MetaFull.tsx
@@ -56,7 +56,7 @@ export default function MetaFull({
/>
{dtName ? `${dtName} - ${dtSymbol}` : {dataToken}
}