From 749fb7927cf2e1e004af7c7b9b297080cc2e1b35 Mon Sep 17 00:00:00 2001 From: cuteolaf Date: Thu, 9 May 2024 10:34:22 -0700 Subject: [PATCH] update comments --- src/pages/regions.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/regions.tsx b/src/pages/regions.tsx index f5d6cd6c..0eaa2d2b 100644 --- a/src/pages/regions.tsx +++ b/src/pages/regions.tsx @@ -108,7 +108,7 @@ const Dashboard = () => { if (!selectedRegion) return false; if (selectedRegion.location === RegionLocation.CORETIME_CHAIN) { // regions on the coretime chain cannot be listed on sale. They first have to be - // transferred to the contracts chain. + // transferred to the RegionX chain. return action === 'sell' || action === 'unlist'; } else if (selectedRegion.location === RegionLocation.REGIONX_CHAIN) { // XcRegions can only be transferred and listed on sale.