Privacy: fix typo.
Props casiepa. Fixes #43939. git-svn-id: https://develop.svn.wordpress.org/trunk@43121 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
6e5a2e295c
commit
233d273f49
|
@ -659,7 +659,7 @@ function _wp_personal_data_handle_actions() {
|
|||
add_settings_error(
|
||||
'privacy_action_email_retry',
|
||||
'privacy_action_email_retry',
|
||||
__( 'Confirmation request re-resent successfully.' ),
|
||||
__( 'Confirmation request sent again successfully.' ),
|
||||
'updated'
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue