Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Commit

Permalink
Update inc/integrations/class-application-passwords-auth.php
Browse files Browse the repository at this point in the history
Co-authored-by: Amy Evans <[email protected]>
  • Loading branch information
jameswburke and amyevans authored Apr 28, 2021
1 parent 3dd8041 commit b88e2bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/integrations/class-application-passwords-auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ public function possibly_clear_all_auth() {
function() {
printf(
'<div class="notice notice-success is-dismissible"><p>%1$s</p></div>',
esc_html__( 'Your login session has been renewed.' )
esc_html__( 'Your login session has been renewed.', 'wp-irving' )
);
}
);
Expand Down

0 comments on commit b88e2bc

Please sign in to comment.