Skip to content

Commit

Permalink
Fix textdomain
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBernskiold committed Mar 12, 2021
1 parent f138d21 commit 9fbf41f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/class-multisite.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public static function local_blog_password_reset_email_url( $message ) {
*/
public static function local_blog_password_reset_email_name( $title ) {
/* translators: 1. Blog Name */
return sprintf( __( '[%s] Password Reset' ), wp_specialchars_decode( get_option( 'blogname' ), ENT_QUOTES ) );
return sprintf( __( '[%s] Password Reset', 'bm-wp-experience' ), wp_specialchars_decode( get_option( 'blogname' ), ENT_QUOTES ) );
}

}
Expand Down

0 comments on commit 9fbf41f

Please sign in to comment.