mirror of
https://github.com/urbit/shrub.git
synced 2024-12-20 01:01:37 +03:00
suspend-app: updating to clearer copy
This commit is contained in:
parent
a24656cc36
commit
31283c2b58
@ -26,7 +26,8 @@ export const SuspendApp = () => {
|
|||||||
<DialogContent showClose={false} className="space-y-6" containerClass="w-full max-w-md">
|
<DialogContent showClose={false} className="space-y-6" containerClass="w-full max-w-md">
|
||||||
<h1 className="h4">Suspend “{charge?.title || ''}”</h1>
|
<h1 className="h4">Suspend “{charge?.title || ''}”</h1>
|
||||||
<p className="text-base tracking-tight pr-6">
|
<p className="text-base tracking-tight pr-6">
|
||||||
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.
|
||||||
</p>
|
</p>
|
||||||
<div className="flex space-x-6">
|
<div className="flex space-x-6">
|
||||||
<DialogClose as={Button} variant="secondary">
|
<DialogClose as={Button} variant="secondary">
|
||||||
|
Loading…
Reference in New Issue
Block a user