From 31283c2b583d5e67915948ad9b7ad565acfb2247 Mon Sep 17 00:00:00 2001 From: Hunter Miller Date: Mon, 27 Sep 2021 12:54:48 -0500 Subject: [PATCH] suspend-app: updating to clearer copy --- pkg/grid/src/tiles/SuspendApp.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkg/grid/src/tiles/SuspendApp.tsx b/pkg/grid/src/tiles/SuspendApp.tsx index 95458b9c42..d87b5b636e 100644 --- a/pkg/grid/src/tiles/SuspendApp.tsx +++ b/pkg/grid/src/tiles/SuspendApp.tsx @@ -26,7 +26,8 @@ export const SuspendApp = () => {

Suspend “{charge?.title || ''}”

- Suspending an app will freeze its current state and render it unable + Suspending an app will freeze its current state and turn off automatic updates. You cannot + use an app when it is suspended, but you can resume it at any time.