From db275601d480843e904498dfca131daa3d516145 Mon Sep 17 00:00:00 2001 From: Matt Hill Date: Fri, 11 Dec 2020 11:06:03 -0700 Subject: [PATCH] letter --- ui/src/app/pages/server-routes/wifi/wifi.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/app/pages/server-routes/wifi/wifi.service.ts b/ui/src/app/pages/server-routes/wifi/wifi.service.ts index c1a05b26a..8143eb71c 100644 --- a/ui/src/app/pages/server-routes/wifi/wifi.service.ts +++ b/ui/src/app/pages/server-routes/wifi/wifi.service.ts @@ -78,7 +78,7 @@ export class WifiService { } async presentAlertSuccess (current: string, old?: string): Promise { - let message = 'Note. It may take a while for your Embassy to reconnect over Tor, upward of a few hour. Unplugging the device and plugging it back in may help, but it just takes time. You may also need to hard refresh your browser cache.' + let message = 'Note. It may take a while for your Embassy to reconnect over Tor, upward of a few hours. Unplugging the device and plugging it back in may help, but it just takes time. You may also need to hard refresh your browser cache.' const alert = await this.alertCtrl.create({ header: `Connected to "${current}"`, message: old ? message : 'You may now unplug your Embassy from Ethernet.

' + message,