diff --git a/pkg/grid/src/tiles/RemoveApp.tsx b/pkg/grid/src/tiles/RemoveApp.tsx index 4f07830916..a2357d03dd 100644 --- a/pkg/grid/src/tiles/RemoveApp.tsx +++ b/pkg/grid/src/tiles/RemoveApp.tsx @@ -22,16 +22,19 @@ export const RemoveApp = () => { return ( !open && history.push('/')}> -

Remove “{getAppName(docket)}”?

+

Uninstall “{getAppName(docket)}”?

- This will remove the software's tile from your home screen. + The app tile will be removed from Landscape, all processes will be stopped and their data archived, and the app will stop receiving updates. +

+

+ If the app is reinstalled, the archived data will be restored and you'll be able to pick up where you left off.

Cancel - Remove “{getAppName(docket)}” + Uninstall
diff --git a/pkg/grid/src/tiles/SuspendApp.tsx b/pkg/grid/src/tiles/SuspendApp.tsx index c8c3e4732e..a31c65cfd7 100644 --- a/pkg/grid/src/tiles/SuspendApp.tsx +++ b/pkg/grid/src/tiles/SuspendApp.tsx @@ -27,15 +27,17 @@ export const SuspendApp = () => {

Suspend “{getAppName(charge)}”

- Suspending an app will turn off automatic updates. You cannot use an app when it is - suspended, but you can resume it at any time. + All processes will be stopped and data archived. The app will continue to receive updates from its publisher. +

+

+ When unsuspended, archived data will be loaded and all processes will resume running, so you can pick up where you left off.

Cancel - Suspend “{getAppName(charge)}” + Suspend
diff --git a/pkg/grid/src/tiles/TileMenu.tsx b/pkg/grid/src/tiles/TileMenu.tsx index 52d6253dda..5a811301ac 100644 --- a/pkg/grid/src/tiles/TileMenu.tsx +++ b/pkg/grid/src/tiles/TileMenu.tsx @@ -85,7 +85,7 @@ export const TileMenu = ({ desk, chad, menuColor, lightText, className }: TileMe )} {suspended && toggleDocket(desk)}>Resume App} - Remove App + Uninstall App