Skip to content

Commit

Permalink
Fix copy text for robots.txt viewer (#464)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zodiac1978 authored Aug 13, 2023
1 parent 2ea3860 commit 57260a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HealthCheck/Tools/class-health-check-robotstxt.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class Health_Check_Robotstxt extends Health_Check_Tool {

public function __construct() {
$this->label = __( 'robots.txt Viewer', 'health-check' );
$this->description = __( 'The <code>robots.txt</code> file tells search engines which folders are allowed to crawl and which not. WordPress generates a virtual files if there is no physical file. If there is a non-virtual file, the content is shown here.', 'health-check' );
$this->description = __( 'The <code>robots.txt</code> file tells search engines which directories are allowed to be crawled and which not. WordPress generates a virtual file if there is no physical file. If there is a non-virtual file, the content will be displayed here.', 'health-check' );

parent::__construct();
}
Expand Down

0 comments on commit 57260a2

Please sign in to comment.