Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const sections = [
triggers the action of revealing the password.
</DxcBulletedList.Item>
<DxcBulletedList.Item>
<strong>Close action</strong> <em>(Optional)</em>: a small button, usually represented by an "X" icon, that
<strong>Clear action</strong> <em>(Optional)</em>: a small button, usually represented by an "X" icon, that
allows users to clear the entered password quickly without manually deleting it.
</DxcBulletedList.Item>
<DxcBulletedList.Item>
Expand Down Expand Up @@ -223,7 +223,7 @@ const sections = [
),
},
{
title: "Close action",
title: "Clear action",
content: (
<DxcBulletedList>
<DxcBulletedList.Item>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const sections = [
searching).
</DxcBulletedList.Item>
<DxcBulletedList.Item>
<strong>Close action</strong> <em>(Optional)</em>: a small button, represented by an "X" icon, that allows
<strong>Clear action</strong> <em>(Optional)</em>: a small button, represented by an "X" icon, that allows
users to clear the entered text quickly without manually deleting it.
</DxcBulletedList.Item>
<DxcBulletedList.Item>
Expand Down