Index: src/wp-admin/about.php
===================================================================
--- src/wp-admin/about.php	(revision 44519)
+++ src/wp-admin/about.php	(working copy)
@@ -69,6 +69,24 @@
 					_n(
 						'<strong>Version %1$s</strong> addressed %2$s bug.',
 						'<strong>Version %1$s</strong> addressed %2$s bugs.',
+						44
+					),
+					'5.0.3',
+					number_format_i18n( 44 )
+				);
+				?>
+				<?php
+				/* translators: %s: Codex URL */
+				printf( __( 'For more information, see <a href="%s">the release notes</a>.' ), 'https://codex.wordpress.org/Version_5.0.3' );
+				?>
+			</p>
+			<p>
+				<?php
+				printf(
+				/* translators: 1: WordPress version number, 2: plural number of bugs. */
+					_n(
+						'<strong>Version %1$s</strong> addressed %2$s bug.',
+						'<strong>Version %1$s</strong> addressed %2$s bugs.',
 						73
 					),
 					'5.0.2',
