diff --git a/src/wp-admin/includes/ajax-actions.php b/src/wp-admin/includes/ajax-actions.php index a25f34a4e2..e5b3262bd5 100644 --- a/src/wp-admin/includes/ajax-actions.php +++ b/src/wp-admin/includes/ajax-actions.php @@ -3397,7 +3397,7 @@ function wp_ajax_update_theme() { ); if ( ! current_user_can( 'update_themes' ) ) { - $status['errorMessage'] = __( 'Sorry, you are not allowed to update themes on this site.' ); + $status['errorMessage'] = __( 'Sorry, you are not allowed to update themes for this site.' ); wp_send_json_error( $status ); }