Skip to content

Commit

Permalink
Fix ESLint failing
Browse files Browse the repository at this point in the history
  • Loading branch information
TimBroddin committed Sep 18, 2024
1 parent 184de82 commit 9d42774
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ const ImporterMigrateMessage: Step = ( { navigation } ) => {
{
icon: scheduled,
text: __(
`You'll get an update on the progress of your migration within 2-3 business days.`
`You'll get an update on the progress of your migration within 23 business days.`
),
},
];
Expand All @@ -111,7 +111,7 @@ const ImporterMigrateMessage: Step = ( { navigation } ) => {
{
icon: backup,
text: __(
`We'll update you on the progress of the migration, which usually takes 2-3 business days.`
`We'll update you on the progress of the migration, which usually takes 23 business days.`
),
},
{
Expand Down

0 comments on commit 9d42774

Please sign in to comment.