installWarning ~> installAlert

This commit is contained in:
Aaron Greenspan
2021-01-18 14:59:11 -07:00
committed by Aiden McClelland
parent 49628f07e6
commit 71f2c88b8f
5 changed files with 22 additions and 22 deletions

View File

@@ -160,7 +160,7 @@ export class AppAvailableShowPage extends Cleanup {
title: app.title,
version: app.versionViewing,
serviceRequirements: app.serviceRequirements,
installWarning: app.installWarning,
installAlert: app.installAlert,
}),
)
if (cancelled) return
@@ -175,7 +175,7 @@ export class AppAvailableShowPage extends Cleanup {
title: app.title,
version: app.versionViewing,
serviceRequirements: app.serviceRequirements,
installWarning: app.installWarning,
installAlert: app.installAlert,
}
switch (action) {

View File

@@ -267,7 +267,7 @@ export class AppInstalledShowPage extends Cleanup {
id: app.id,
title: app.title,
version: app.versionInstalled,
uninstallWarning: app.uninstallWarning,
uninstallAlert: app.uninstallAlert,
}),
)