diff --git a/src/wp-admin/credits.php b/src/wp-admin/credits.php
index 1f42aae6d2..110afd1c05 100644
--- a/src/wp-admin/credits.php
+++ b/src/wp-admin/credits.php
@@ -25,7 +25,12 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
 	?>
 </h1>
 
-<p class="about-text"><?php printf( __( 'Congratulations on updating to WordPress 5.2! This update makes it easier than ever to fix your site if something goes wrong.' ), $display_version ); ?></p>
+<p class="about-text">
+	<?php
+	/* translators: %s: The current WordPress version number */
+	printf( __( 'Congratulations on updating to WordPress %s! This update makes it easier than ever to fix your site if something goes wrong.' ), $display_version );
+	?>
+	</p>
 
 <div class="wp-badge">
 	<?php
