Tribe__Events__Pro__Geo_Loc::show_fixed_notice()
Shows a message with the amount of venues fixed.
Source
File: src/Tribe/Geo_Loc.php
public function show_fixed_notice() {
?>
<div class="updated">
<p><?php echo sprintf( __( 'Fixed geolocation data for %d venues', 'tribe-events-calendar-pro' ), $this->last_venues_fixed_count ); ?></p>
</div>
<?php
}