Skip to content

Commit

Permalink
chore: make spec migration screen text more generic (cypress-io#22325)
Browse files Browse the repository at this point in the history
* chore: make spec migration screen text more generic

* update language
  • Loading branch information
lmiller1990 authored and BeijiYang committed Jun 23, 2022
1 parent 09005e2 commit 83ee9ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/frontend-shared/src/locales/en-US.json
Expand Up @@ -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 rename and move your existing spec files.",
"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"
Expand Down Expand Up @@ -722,4 +722,4 @@
"alpha": "Alpha",
"beta": "Beta"
}
}
}

0 comments on commit 83ee9ba

Please sign in to comment.