Changeset 58145
- Timestamp:
- 05/14/2024 04:12:45 PM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/js/_enqueues/admin/user-profile.js
r58137 r58145 492 492 } 493 493 if ( originalFormContent !== $form.serialize() && ! isSubmitting ) { 494 return __( ' Changes that you made may not be saved.' );494 return __( 'The changes you made will be lost if you navigate away from this page.' ); 495 495 } 496 496 });
Note: See TracChangeset
for help on using the changeset viewer.