mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 20:14:49 +00:00
installWarning ~> installAlert
This commit is contained in:
committed by
Aiden McClelland
parent
49628f07e6
commit
71f2c88b8f
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user