mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-13 08:38:43 +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">
|
||||
<h1 className="h4">Suspend “{charge?.title || ''}”</h1>
|
||||
<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>
|
||||
<div className="flex space-x-6">
|
||||
<DialogClose as={Button} variant="secondary">
|
||||
|
Loading…
Reference in New Issue
Block a user