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

@@ -92,7 +92,7 @@ export const cupsI: AppInstalledFull = {
instructions: 'some instructions',
lastBackup: new Date().toISOString(),
ui: true,
uninstallWarning: 'This is A GREAT APP man, I just don\'t know',
uninstallAlert: 'This is A GREAT APP man, I just don\'t know',
configuredRequirements: [
toServiceRequirement(lightningI,
{
@@ -202,7 +202,7 @@ export const thunderA: AppAvailableFull = {
descriptionLong: 'Thunder is an innovative payment network and new kind of money. Thunder utilizes a robust p2p network to garner decentralized consensus.',
versions: ['0.8.0', '0.8.1', '1.0.0', '1.0.1'],
versionViewing: '1.0.1',
installWarning: 'Oooooh you really might want to think twice about installing this...',
installAlert: 'Oooooh you really might want to think twice about installing this...',
serviceRequirements: [
toServiceRequirement(bitcoinA, {
optional: null,