Skip to content

Commit

Permalink
Change text of last reported location box
Browse files Browse the repository at this point in the history
  • Loading branch information
dshanske committed Sep 5, 2021
1 parent df7f91d commit 50af655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/loc-user-metabox.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
?>
<div id="locationbox-meta">
<h3><?php esc_html_e( 'Last Reported Location', 'simple-location' ); ?></h3>
<p><?php esc_html_e( 'This allows you to set the last reported location for this author. See Simple Location settings for options.', 'simple-location' ); ?></p>
<p><?php esc_html_e( 'This allows you to set the last reported location for this author. This can be automatically updated when you post. See Simple Location settings for options.', 'simple-location' ); ?></p>

<?php if ( 'dummy' !== get_option( 'sloc_geolocation_provider' ) ) { ?>
<button class="lookup-address-button button button-primary" aria-label="<?php esc_html_e( 'Location Lookup', 'simple-location' ); ?>" title="<?php esc_html_e( 'Location Lookup', 'simple-location' ); ?>">
Expand Down

0 comments on commit 50af655

Please sign in to comment.