Connectors: Update the translation when Gutenberg files missing

Follow-up [61825].
Props swissspidy.


Built from https://develop.svn.wordpress.org/trunk@61845


git-svn-id: http://core.svn.wordpress.org/trunk@61132 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
gziolo
2026-03-05 12:09:16 +00:00
parent 6af5a7988d
commit 683c1d2d87
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ if ( ! current_user_can( 'manage_options' ) ) {
if ( ! class_exists( '\WordPress\AiClient\AiClient' ) || ! function_exists( 'wp_options_connectors_wp_admin_render_page' ) ) {
wp_die(
'<h1>' . __( 'Connectors is not available.' ) . '</h1>' .
'<h1>' . __( 'Connectors are not available.' ) . '</h1>' .
'<p>' . __( 'The Connectors page requires build files. Please run <code>npm install</code> to build the necessary files.' ) . '</p>',
503
);

View File

@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '7.0-beta2-61844';
$wp_version = '7.0-beta2-61845';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.