Skip to content

Commit

Permalink
Update src/js/_enqueues/admin/user-profile.js
Browse files Browse the repository at this point in the history
Co-authored-by: Jeremy Felt <[email protected]>
  • Loading branch information
circlecube and jeremyfelt authored Sep 17, 2024
1 parent fd39081 commit 18b6243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/_enqueues/admin/user-profile.js
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@
}, 3000 );

// Handle success audible feedback.
wp.a11y.speak( __( 'Site information has been copied to your clipboard.' ) );
wp.a11y.speak( __( 'Application password has been copied to your clipboard.' ) );
} );

$( function() {
Expand Down

0 comments on commit 18b6243

Please sign in to comment.