Skip to content
This repository was archived by the owner on Apr 19, 2024. It is now read-only.

Commit 894c672

Browse files
committed
fix typo
1 parent 7d83ced commit 894c672

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/domains/dashboard/components/migration-modal/use-migration-modal.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ export const migrationmodalInfo: MigrationModalInfo = {
133133
prefrenceID: MigrationModalPromos.PROMO_IVNITED_TO_SPACE,
134134
},
135135
CTA1: {
136-
text: "Thanks, go to Agent dashboard for now",
136+
text: "Thanks, stay at Agent dashboard for now",
137137
toPath: "agent",
138138
action: "NAVIGATE",
139139
userPreference: "AGENT",
@@ -265,7 +265,7 @@ export const migrationmodalInfo: MigrationModalInfo = {
265265
userPreference: undefined,
266266
},
267267
CTA2: {
268-
text: "Thanks, go to Agent dashboard",
268+
text: "Thanks, stay at Agent dashboard",
269269
toPath: "path/agent",
270270
action: "NAVIGATE",
271271
userPreference: "AGENT",
@@ -300,7 +300,7 @@ export const migrationmodalInfo: MigrationModalInfo = {
300300
userPreference: undefined,
301301
},
302302
CTA2: {
303-
text: "Thanks, go to Agent dashboard",
303+
text: "Thanks, stay at Agent dashboard",
304304
toPath: "path/agent-dashboard",
305305
action: "NAVIGATE",
306306
userPreference: "AGENT",

0 commit comments

Comments
 (0)