diff --git a/wp-admin/setup-config.php b/wp-admin/setup-config.php
index bd3ec1d0b0..e3a1c00fab 100644
--- a/wp-admin/setup-config.php
+++ b/wp-admin/setup-config.php
@@ -186,9 +186,10 @@ switch ( $step ) {
Read the support article on wp-config.php.' ),
- __( 'https://wordpress.org/support/article/editing-wp-config-php/' )
+ /* translators: 1: Documentation URL, 2: wp-config.php */
+ __( 'Need more help? Read the support article on %2$s.' ),
+ __( 'https://wordpress.org/support/article/editing-wp-config-php/' ),
+ 'wp-config.php
'
);
?>
wp-config.php
'
) . '';
$die .= '' . sprintf(
- /* translators: %s: Documentation URL. */
- __( "Need more help? Read the support article on wp-config.php." ),
- __( 'https://wordpress.org/support/article/editing-wp-config-php/' )
+ /* translators: 1: Documentation URL, 2: wp-config.php */
+ __( 'Need more help? Read the support article on %2$s.' ),
+ __( 'https://wordpress.org/support/article/editing-wp-config-php/' ),
+ 'wp-config.php
'
) . '
' . sprintf( /* translators: %s: wp-config.php */