Index: src/js/_enqueues/admin/user-profile.js
===================================================================
--- src/js/_enqueues/admin/user-profile.js	(revision 58137)
+++ src/js/_enqueues/admin/user-profile.js	(working copy)
@@ -491,7 +491,7 @@
 			return __( 'Your new password has not been saved.' );
 		}
 		if ( originalFormContent !== $form.serialize() && ! isSubmitting ) {
-			return __( 'Changes that you made may not be saved.' );
+			return __( 'The changes you made will be lost if you navigate away from this page.' );
 		}
 	});
 
