Ticket #50773: 50773.3.patch
File 50773.3.patch, 961 bytes (added by , 4 years ago) |
---|
-
src/js/_enqueues/wp/updates.js
727 727 'aria-label', 728 728 sprintf( 729 729 /* translators: %s: Plugin name. */ 730 _x( 'Network Activate %s', 'plugin' ),730 _x( 'Network activate %s', 'plugin' ), 731 731 response.pluginName 732 732 ) 733 733 ) 734 .text( __( 'Network Activate' ) );734 .text( __( 'Network activate' ) ); 735 735 } else { 736 736 $message 737 737 .attr( … … 1348 1348 'aria-label', 1349 1349 sprintf( 1350 1350 /* translators: %s: Theme name. */ 1351 _x( 'Network Activate %s', 'theme' ),1351 _x( 'Network activate %s', 'theme' ), 1352 1352 response.themeName 1353 1353 ) 1354 1354 ) 1355 .text( __( 'Network Enable' ) );1355 .text( __( 'Network enable' ) ); 1356 1356 } else { 1357 1357 $message 1358 1358 .attr(