Skip to content

Commit

Permalink
Correct gramatical issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ernilambar authored Nov 28, 2024
1 parent 4043399 commit 4a8ac7e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ public function run( Check_Result $result ) {
$result,
sprintf(
/* translators: 1: plugin header field, 2: domain */
__( 'The "%1$s" header in the plugin file is not valid. Discouraged domain "%2$s" found. This is the home page of the plugin, which should be a unique URL, preferably on your own website. ', 'plugin-check' ),
__( 'The "%1$s" header in the plugin file is not valid. Discouraged domain "%2$s" found. This is the homepage of the plugin, which should be a unique URL, preferably on your own website. ', 'plugin-check' ),
esc_html( $labels['PluginURI'] ),
esc_html( $matches[1] ),
),
Expand Down

0 comments on commit 4a8ac7e

Please sign in to comment.