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.