Skip to content

Commit

Permalink
fix(overflowmenu): convert icon description to sentence case (#12299)
Browse files Browse the repository at this point in the history
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
tay1orjones and kodiakhq[bot] committed Oct 18, 2022
1 parent 1e8e009 commit 19778e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/react/src/components/OverflowMenu/OverflowMenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,8 @@ class OverflowMenu extends Component {
static defaultProps = {
ariaLabel: FeatureFlags.enabled('enable-v11-release')
? null
: 'open and close list of options',
iconDescription: 'open and close list of options',
: 'Open and close list of options',
iconDescription: 'Open and close list of options',
open: false,
direction: DIRECTION_BOTTOM,
flipped: false,
Expand Down

0 comments on commit 19778e9

Please sign in to comment.