diff --git a/packages/react/src/components/Button/Button-story.js b/packages/react/src/components/Button/Button-story.js index bfbed33ad5b1..989e794fe4f6 100644 --- a/packages/react/src/components/Button/Button-story.js +++ b/packages/react/src/components/Button/Button-story.js @@ -19,7 +19,7 @@ const { prefix } = settings; const icons = { None: 'None', - 'Add with filled circle (Add16 from `@carbon/icons-react`)': 'Add16', + 'Add (Add16 from `@carbon/icons-react`)': 'Add16', 'Search (Search16 from `@carbon/icons-react`)': 'Search16', };