mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 12:11:56 +00:00
letter
This commit is contained in:
committed by
Aaron Greenspan
parent
039f776ead
commit
db275601d4
@@ -78,7 +78,7 @@ export class WifiService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
async presentAlertSuccess (current: string, old?: string): Promise<void> {
|
async presentAlertSuccess (current: string, old?: string): Promise<void> {
|
||||||
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({
|
const alert = await this.alertCtrl.create({
|
||||||
header: `Connected to "${current}"`,
|
header: `Connected to "${current}"`,
|
||||||
message: old ? message : 'You may now unplug your Embassy from Ethernet.<br /></br />' + message,
|
message: old ? message : 'You may now unplug your Embassy from Ethernet.<br /></br />' + message,
|
||||||
|
|||||||
Reference in New Issue
Block a user