Skip to content

Commit

Permalink
added tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
prconcepcion committed Mar 20, 2024
1 parent a0dbc4a commit b32153b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/block/map/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,7 @@ const Edit = props => {
label={ __( 'Location', i18n ) }
attribute="address"
placeholder={ __( 'Enter an address or location', i18n ) }
help={ __( 'Type in a pair of latitude longitude coordinates.', i18n ) }
isDynamic={ true }
/>
</>
Expand Down

0 comments on commit b32153b

Please sign in to comment.