mirror of
https://github.com/10h30/wp-strava.git
synced 2026-07-20 07:04:24 +09:00
Fixed translation domain
This commit is contained in:
@@ -500,7 +500,7 @@ class WPStrava_Settings {
|
||||
?>
|
||||
<label for="strava_cache_clear"><input type="checkbox" id="strava_cache_clear" name="strava_cache_clear" />
|
||||
<?php esc_html_e( 'Clear cached image and transient data', 'wp-strava' ); ?></label>
|
||||
<p class="description"><?php esc_html_e( 'To clear cache, check this box and click "Save Changes"' ); ?></p>
|
||||
<p class="description"><?php esc_html_e( 'To clear cache, check this box and click "Save Changes"', 'wp-strava' ); ?></p>
|
||||
<?php
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user