diff --git a/wp-redis-cache/wp-redis-cache.php b/wp-redis-cache/wp-redis-cache.php index 61d3913811e2744e96e10fb0643365878eacfa5c..224570ef0098f11591b220bf8c619ebeace3ef7e 100644 --- a/wp-redis-cache/wp-redis-cache.php +++ b/wp-redis-cache/wp-redis-cache.php @@ -180,7 +180,7 @@ class WP_Redis_Cache { public function render_ui() { ?> <div class="wrap"> - <h2>WP Redis Options</h2> + <h2>WP Redis Cache Options</h2> <form method="post" action="options.php"> <?php settings_fields( $this->ns ); ?>