Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmussen committed Jul 5, 2021
1 parent 3f5aa97 commit 69b44eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ export default function PreferencesModal() {
<EnableFeature
featureName="showIconLabels"
help={ __(
'Shows text instead of icons in toolbar.'
'Shows text instead of icons in the toolbar.'
) }
label={ __( 'Display button labels' ) }
/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ exports[`PreferencesModal should match snapshot when the modal is active small v
>
<WithSelect(WithDispatch(BaseOption))
featureName="showIconLabels"
help="Shows text instead of icons in toolbar."
help="Shows text instead of icons in the toolbar."
label="Display button labels"
/>
<WithSelect(WithDispatch(BaseOption))
Expand Down

0 comments on commit 69b44eb

Please sign in to comment.