diff --git a/composer.json b/composer.json index 3c716a8..ed6ead0 100644 --- a/composer.json +++ b/composer.json @@ -16,6 +16,6 @@ } }, "scripts": { - "makepot": "./vendor/bin/wp i18n make-pot plugin --slug=wpe-php-compat" + "makepot": "./vendor/bin/wp i18n make-pot plugin --slug=php-compatibility-checker" } } diff --git a/plugin/lib/class-php-compatibility-checker.php b/plugin/lib/class-php-compatibility-checker.php index fd334d9..9b6c40d 100644 --- a/plugin/lib/class-php-compatibility-checker.php +++ b/plugin/lib/class-php-compatibility-checker.php @@ -59,7 +59,7 @@ public function enqueue_scripts( $hook_suffix = '' ) { function() { ?>
PHP Compatibility Checker. Please run make build
to build assets.', 'wpe-php-compat' ) ); ?>
PHP Compatibility Checker. Please run make build
to build assets.', 'php-compatibility-checker' ) ); ?>