Fixed translation domain

This commit is contained in:
Justin Foell
2020-11-27 09:45:17 -06:00
parent a03c9ffb12
commit 3938a096e1
2 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -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
}