Skip to content

Commit 0dc7dff

Browse files
committed
Connectors: Update the translation when Gutenberg files missing
Follow-up [61825]. Props swissspidy. git-svn-id: https://develop.svn.wordpress.org/trunk@61845 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 9bf1cdd commit 0dc7dff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wp-admin/options-connectors.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
if ( ! 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
2626
);

0 commit comments

Comments
 (0)