Skip to content

Commit

Permalink
fixed typo in cache warning
Browse files Browse the repository at this point in the history
  • Loading branch information
alvinjohnsonso committed May 20, 2022
1 parent 84843f8 commit acf5c38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tawkto/tawkto.php
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ public function tawk_admin_notice() {
if ( true === $settings_updated ) {
?>
<div class="notice notice-warning is-dismissible">
<p><?php esc_html_e( 'You might need to clear cache if your using a cache plugin to see your updates', 'tawk-to-live-chat' ); ?></p>
<p><?php esc_html_e( 'You might need to clear cache if you are using a cache plugin to see your updates', 'tawk-to-live-chat' ); ?></p>
</div>
<?php
}
Expand Down

0 comments on commit acf5c38

Please sign in to comment.