Index: src/wp-admin/import.php
===================================================================
--- src/wp-admin/import.php	(revision 57714)
+++ src/wp-admin/import.php	(working copy)
@@ -33,7 +33,7 @@
 	'<p>' . __( '<a href="https://wordpress.org/support/forums">Support</a>' ) . '</p>'
 );
 
-if ( current_user_can( 'install_plugins' ) ) {
+if ( current_user_can( 'activate_plugins' ) ) {
 	// List of popular importer plugins from the WordPress.org API.
 	$popular_importers = wp_get_popular_importers();
 } else {
