diff --git a/src/launch.tsx b/src/launch.tsx
index 5b943d0..08a6407 100644
--- a/src/launch.tsx
+++ b/src/launch.tsx
@@ -521,7 +521,7 @@ const Launch = (): React.JSX.Element => {
)}
{isDeployingToHarmony && (
- Deploying to Polygon...
+ Deploying to Harmony...
)}
@@ -532,7 +532,7 @@ const Launch = (): React.JSX.Element => {
)}
{isDeployingToPolygon && (
- Deploying to Harmony...
+ Deploying to Polygon...
)}