Skip to content

Commit

Permalink
Rest: Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubboucek committed May 26, 2021
1 parent 24cc780 commit c8041ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Rest.php
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ public function create_item( $request ) {
} else {
$_password = '<i>' . sprintf(
__(
'Your current password (which you set or it sent to you in a previous email). If you lost your password, <a href="%s">you can reset it</a>.',
'Your current password (which you set or we sent to you in a previous email). If you have lost your password, <a href="%s">you can reset it here</a>.',
'simpleshop-cz'
),
esc_attr( wp_lostpassword_url( get_bloginfo( 'url' ) ) )
Expand Down

0 comments on commit c8041ee

Please sign in to comment.