diff --git a/apps/website/screens/components/password-input/overview/PasswordInputOverviewPage.tsx b/apps/website/screens/components/password-input/overview/PasswordInputOverviewPage.tsx index 54e17506a..cfc9435ce 100644 --- a/apps/website/screens/components/password-input/overview/PasswordInputOverviewPage.tsx +++ b/apps/website/screens/components/password-input/overview/PasswordInputOverviewPage.tsx @@ -48,7 +48,7 @@ const sections = [ triggers the action of revealing the password. - Close action (Optional): a small button, usually represented by an "X" icon, that + Clear action (Optional): a small button, usually represented by an "X" icon, that allows users to clear the entered password quickly without manually deleting it. @@ -223,7 +223,7 @@ const sections = [ ), }, { - title: "Close action", + title: "Clear action", content: ( diff --git a/apps/website/screens/components/text-input/overview/TextInputOverviewPage.tsx b/apps/website/screens/components/text-input/overview/TextInputOverviewPage.tsx index ee7fef506..eaac08c87 100644 --- a/apps/website/screens/components/text-input/overview/TextInputOverviewPage.tsx +++ b/apps/website/screens/components/text-input/overview/TextInputOverviewPage.tsx @@ -45,7 +45,7 @@ const sections = [ searching). - Close action (Optional): a small button, represented by an "X" icon, that allows + Clear action (Optional): a small button, represented by an "X" icon, that allows users to clear the entered text quickly without manually deleting it.