mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
refactor: update text
This commit is contained in:
@@ -102,7 +102,7 @@ const Page = () => {
|
|||||||
<div className="space-y-0.5">
|
<div className="space-y-0.5">
|
||||||
<FormLabel>Clean Cache on Applications</FormLabel>
|
<FormLabel>Clean Cache on Applications</FormLabel>
|
||||||
<FormDescription>
|
<FormDescription>
|
||||||
Clean the cache after every deployment
|
Clean the cache after every application deployment
|
||||||
</FormDescription>
|
</FormDescription>
|
||||||
</div>
|
</div>
|
||||||
<FormControl>
|
<FormControl>
|
||||||
@@ -122,7 +122,7 @@ const Page = () => {
|
|||||||
<div className="space-y-0.5">
|
<div className="space-y-0.5">
|
||||||
<FormLabel>Clean Cache on Previews</FormLabel>
|
<FormLabel>Clean Cache on Previews</FormLabel>
|
||||||
<FormDescription>
|
<FormDescription>
|
||||||
Clean the cache after every deployment
|
Clean the cache after every preview deployment
|
||||||
</FormDescription>
|
</FormDescription>
|
||||||
</div>
|
</div>
|
||||||
<FormControl>
|
<FormControl>
|
||||||
@@ -142,7 +142,7 @@ const Page = () => {
|
|||||||
<div className="space-y-0.5">
|
<div className="space-y-0.5">
|
||||||
<FormLabel>Clean Cache on Compose</FormLabel>
|
<FormLabel>Clean Cache on Compose</FormLabel>
|
||||||
<FormDescription>
|
<FormDescription>
|
||||||
Clean the cache after every deployment
|
Clean the cache after every compose deployment
|
||||||
</FormDescription>
|
</FormDescription>
|
||||||
</div>
|
</div>
|
||||||
<FormControl>
|
<FormControl>
|
||||||
|
|||||||
Reference in New Issue
Block a user