Skip to content

Commit 451a736

Browse files
Improve error message
Co-authored-by: Felix Arntz <[email protected]>
1 parent 509e63a commit 451a736

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/performance-lab/includes/admin/plugins.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ function perflab_query_plugin_info( string $plugin_slug ) {
8888
if ( ! isset( $all_performance_plugins[ $current_plugin_slug ] ) ) {
8989
return new WP_Error(
9090
'plugin_not_found',
91-
__( 'Plugin not found in Performance Lab\'s features / plugins.', 'performance-lab' )
91+
__( 'Plugin not found in WordPress.org API response.', 'performance-lab' )
9292
);
9393
}
9494

0 commit comments

Comments
 (0)