diff --git a/apps/www/app/examples/playground/components/preset-actions.tsx b/apps/www/app/examples/playground/components/preset-actions.tsx index c70df17fb1..93545430b0 100644 --- a/apps/www/app/examples/playground/components/preset-actions.tsx +++ b/apps/www/app/examples/playground/components/preset-actions.tsx @@ -95,7 +95,7 @@ export function PresetActions() { - Are you sure absolutely sure? + Are you absolutely sure? This action cannot be undone. This preset will no longer be accessible by you or others you've shared it with. diff --git a/apps/www/content/docs/components/dialog.mdx b/apps/www/content/docs/components/dialog.mdx index 91c7618bff..79f5ba7872 100644 --- a/apps/www/content/docs/components/dialog.mdx +++ b/apps/www/content/docs/components/dialog.mdx @@ -66,7 +66,7 @@ import { Open - Are you sure absolutely sure? + Are you absolutely sure? This action cannot be undone. This will permanently delete your account and remove your data from our servers. @@ -103,7 +103,7 @@ To activate the `Dialog` component from within a `Context Menu` or `Dropdown Men - Are you sure absolutely sure? + Are you absolutely sure? This action cannot be undone. Are you sure you want to permanently delete this file from our servers? diff --git a/apps/www/content/docs/components/drawer.mdx b/apps/www/content/docs/components/drawer.mdx index 43c111f75a..03db3bcc3e 100644 --- a/apps/www/content/docs/components/drawer.mdx +++ b/apps/www/content/docs/components/drawer.mdx @@ -70,7 +70,7 @@ import { Open - Are you sure absolutely sure? + Are you absolutely sure? This action cannot be undone. diff --git a/apps/www/content/docs/components/sheet.mdx b/apps/www/content/docs/components/sheet.mdx index 648598790c..1e56b710ad 100644 --- a/apps/www/content/docs/components/sheet.mdx +++ b/apps/www/content/docs/components/sheet.mdx @@ -65,7 +65,7 @@ import { Open - Are you sure absolutely sure? + Are you absolutely sure? This action cannot be undone. This will permanently delete your account and remove your data from our servers. @@ -92,7 +92,7 @@ You can adjust the size of the sheet using CSS classes: Open - Are you sure absolutely sure? + Are you absolutely sure? This action cannot be undone. This will permanently delete your account and remove your data from our servers. diff --git a/apps/www/registry/default/example/typography-large.tsx b/apps/www/registry/default/example/typography-large.tsx index 881f25a833..944f4478d3 100644 --- a/apps/www/registry/default/example/typography-large.tsx +++ b/apps/www/registry/default/example/typography-large.tsx @@ -1,5 +1,3 @@ export default function TypographyLarge() { - return ( -
Are you sure absolutely sure?
- ) + return
Are you absolutely sure?
} diff --git a/apps/www/registry/new-york/example/typography-large.tsx b/apps/www/registry/new-york/example/typography-large.tsx index 881f25a833..944f4478d3 100644 --- a/apps/www/registry/new-york/example/typography-large.tsx +++ b/apps/www/registry/new-york/example/typography-large.tsx @@ -1,5 +1,3 @@ export default function TypographyLarge() { - return ( -
Are you sure absolutely sure?
- ) + return
Are you absolutely sure?
}