Skip to content

Commit 8e65e42

Browse files
committed
Input doc fix, clear action
1 parent bb6d27a commit 8e65e42

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

apps/website/screens/components/password-input/overview/PasswordInputOverviewPage.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const sections = [
4848
triggers the action of revealing the password.
4949
</DxcBulletedList.Item>
5050
<DxcBulletedList.Item>
51-
<strong>Close action</strong> <em>(Optional)</em>: a small button, usually represented by an "X" icon, that
51+
<strong>Clear action</strong> <em>(Optional)</em>: a small button, usually represented by an "X" icon, that
5252
allows users to clear the entered password quickly without manually deleting it.
5353
</DxcBulletedList.Item>
5454
<DxcBulletedList.Item>
@@ -223,7 +223,7 @@ const sections = [
223223
),
224224
},
225225
{
226-
title: "Close action",
226+
title: "Clear action",
227227
content: (
228228
<DxcBulletedList>
229229
<DxcBulletedList.Item>

apps/website/screens/components/text-input/overview/TextInputOverviewPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const sections = [
4545
searching).
4646
</DxcBulletedList.Item>
4747
<DxcBulletedList.Item>
48-
<strong>Close action</strong> <em>(Optional)</em>: a small button, represented by an "X" icon, that allows
48+
<strong>Clear action</strong> <em>(Optional)</em>: a small button, represented by an "X" icon, that allows
4949
users to clear the entered text quickly without manually deleting it.
5050
</DxcBulletedList.Item>
5151
<DxcBulletedList.Item>

0 commit comments

Comments
 (0)