diff --git a/setup-wizard/src/app/pages/recover/recover.page.ts b/setup-wizard/src/app/pages/recover/recover.page.ts index 6951caf49..c24ac4151 100644 --- a/setup-wizard/src/app/pages/recover/recover.page.ts +++ b/setup-wizard/src/app/pages/recover/recover.page.ts @@ -70,7 +70,7 @@ export class RecoverPage { const list = `` const alert = await this.alertCtrl.create({ header: 'Warning', - message: `One or more devices you connected had to be reconfigured to support the current hardware platform. Please unplug and replug in the following device(s):
${list}`, + message: `One or more devices you connected had to be reconfigured to support the current hardware platform. Please unplug and replug in the following device(s), then refresh the page:
${list}`, buttons: [ { role: 'cancel',