close

Make WordPress Core

Changeset 61845


Ignore:
Timestamp:
03/05/2026 12:07:52 PM (8 days ago)
Author:
gziolo
Message:

Connectors: Update the translation when Gutenberg files missing

Follow-up [61825].
Props swissspidy.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/options-connectors.php

    r61825 r61845  
    2121if ( ! class_exists( '\WordPress\AiClient\AiClient' ) || ! function_exists( 'wp_options_connectors_wp_admin_render_page' ) ) {
    2222    wp_die(
    23         '<h1>' . __( 'Connectors is not available.' ) . '</h1>' .
     23        '<h1>' . __( 'Connectors are not available.' ) . '</h1>' .
    2424        '<p>' . __( 'The Connectors page requires build files. Please run <code>npm install</code> to build the necessary files.' ) . '</p>',
    2525        503
Note: See TracChangeset for help on using the changeset viewer.