ui: adds a banner to the marketplace page when an OS update is detected

This commit is contained in:
Aaron Greenspan
2021-01-08 14:52:43 -07:00
committed by Aiden McClelland
parent 6da3c7e326
commit 89ff5de01b
11 changed files with 136 additions and 4 deletions

View File

@@ -153,7 +153,7 @@ export class ServerShowPage {
const alert = await this.alertCtrl.create({
backdropDismiss: false,
header: 'Confirm',
message: `Are you sure you shut down your Embassy? To turn it back on, you will need to physically unplug the device and plug it back in.`,
message: `Are you sure you want to shut down your Embassy? To turn it back on, you will need to physically unplug the device and plug it back in.`,
buttons: [
{
text: 'Cancel',