Skip to content

Commit

Permalink
Removes extra fullstop (#26586)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tammie Lister authored and tellthemachines committed Nov 1, 2020
1 parent 8478216 commit e5aaebc
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 @@ -64,7 +64,7 @@ export function PreferencesModal( { isModalActive, isViewable, closeModal } ) {
help={ __(
'Aids screen readers by stopping text caret from leaving blocks.'
) }
label={ __( 'Contain text cursor inside block.' ) }
label={ __( 'Contain text cursor inside block' ) }
/>
</Section>
<Section title={ __( 'Appearance' ) }>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ exports[`PreferencesModal should match snapshot when the modal is active 1`] = `
<WithSelect(WithDispatch(BaseOption))
featureName="keepCaretInsideBlock"
help="Aids screen readers by stopping text caret from leaving blocks."
label="Contain text cursor inside block."
label="Contain text cursor inside block"
/>
</Section>
<Section
Expand Down

0 comments on commit e5aaebc

Please sign in to comment.