From 8e65e4200df42b561bc8eec5df0cdbffbd24d228 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Iv=C3=A1n=20G=C3=B3mez=20Pinta?=
<44321109+GomezIvann@users.noreply.github.com>
Date: Mon, 28 Apr 2025 11:28:54 +0200
Subject: [PATCH] Input doc fix, clear action
---
.../password-input/overview/PasswordInputOverviewPage.tsx | 4 ++--
.../components/text-input/overview/TextInputOverviewPage.tsx | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
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.