Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Rephrase text labels option.
  • Loading branch information
jasmussen committed Jul 6, 2021
commit ba080147b4fda567da2e689fca47a946f43c5f13
4 changes: 1 addition & 3 deletions packages/edit-post/src/components/preferences-modal/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,7 @@ export default function PreferencesModal() {
/>
<EnableFeature
featureName="showIconLabels"
help={ __(
'Shows text instead of icons in the toolbar.'
) }
help={ __( 'Shows text instead of icons.' ) }
label={ __( 'Display button labels' ) }
/>
<EnableFeature
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 the toolbar."
help="Shows text instead of icons."
label="Display button labels"
/>
<WithSelect(WithDispatch(BaseOption))
Expand Down