refactor: update text

This commit is contained in:
Mauricio Siu
2025-01-19 01:07:41 -06:00
parent 25a8df567e
commit 52c83fd6fc

View File

@@ -102,7 +102,7 @@ const Page = () => {
<div className="space-y-0.5">
<FormLabel>Clean Cache on Applications</FormLabel>
<FormDescription>
Clean the cache after every deployment
Clean the cache after every application deployment
</FormDescription>
</div>
<FormControl>
@@ -122,7 +122,7 @@ const Page = () => {
<div className="space-y-0.5">
<FormLabel>Clean Cache on Previews</FormLabel>
<FormDescription>
Clean the cache after every deployment
Clean the cache after every preview deployment
</FormDescription>
</div>
<FormControl>
@@ -142,7 +142,7 @@ const Page = () => {
<div className="space-y-0.5">
<FormLabel>Clean Cache on Compose</FormLabel>
<FormDescription>
Clean the cache after every deployment
Clean the cache after every compose deployment
</FormDescription>
</div>
<FormControl>