From 42b12693240c0fe7ea0b4c41b3196a6188f2ac72 Mon Sep 17 00:00:00 2001 From: Lachlan Miller Date: Wed, 15 Jun 2022 12:22:43 +1000 Subject: [PATCH 1/2] chore: make spec migration screen text more generic --- packages/frontend-shared/src/locales/en-US.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/frontend-shared/src/locales/en-US.json b/packages/frontend-shared/src/locales/en-US.json index f084a717025f..ca6be3604d5f 100644 --- a/packages/frontend-shared/src/locales/en-US.json +++ b/packages/frontend-shared/src/locales/en-US.json @@ -543,7 +543,7 @@ "after": "After", "heresWhy": "here's why:", "renameAuto": { - "title": "We recommend automatically renaming your specs in this step", + "title": "We recommend automatically updating your specs in this step", "changeButton": "change", "changedSpecFolder": "We've changed the default spec folder from:", "changedSpecExt": "We've changed the default spec file extension from:", @@ -598,7 +598,7 @@ "description": "Complete the steps below to migrate your project to Cypress 10", "step1": { "title": "Rename existing specs", - "description": "In this step, we'll automatically rename and move your existing spec files.", + "description": "In this step, we'll automatically change existing spec files to match the new convention.", "button": "Rename these specs for me", "buttonSkip": "Skip renaming specs", "buttonRenameFolder": "Rename the folder for me" @@ -722,4 +722,4 @@ "alpha": "Alpha", "beta": "Beta" } -} \ No newline at end of file +} From fe938218281f2e106d74df191bb0ad146391caed Mon Sep 17 00:00:00 2001 From: Lachlan Miller Date: Thu, 16 Jun 2022 00:16:15 +1000 Subject: [PATCH 2/2] update language --- packages/frontend-shared/src/locales/en-US.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/frontend-shared/src/locales/en-US.json b/packages/frontend-shared/src/locales/en-US.json index ca6be3604d5f..b45e29dc04a8 100644 --- a/packages/frontend-shared/src/locales/en-US.json +++ b/packages/frontend-shared/src/locales/en-US.json @@ -543,7 +543,7 @@ "after": "After", "heresWhy": "here's why:", "renameAuto": { - "title": "We recommend automatically updating your specs in this step", + "title": "We recommend automatically renaming your specs in this step", "changeButton": "change", "changedSpecFolder": "We've changed the default spec folder from:", "changedSpecExt": "We've changed the default spec file extension from:", @@ -597,8 +597,8 @@ "title": "Migration Helper", "description": "Complete the steps below to migrate your project to Cypress 10", "step1": { - "title": "Rename existing specs", - "description": "In this step, we'll automatically change existing spec files to match the new convention.", + "title": "Migrate existing specs", + "description": "In this step, we'll automatically rename and/or move your existing spec files as needed.", "button": "Rename these specs for me", "buttonSkip": "Skip renaming specs", "buttonRenameFolder": "Rename the folder for me"