mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Privacy: Use the terms "erase"/"erasure" instead of "remove"/"removal" for personal data.
Props allendav. Fixes #43920. git-svn-id: https://develop.svn.wordpress.org/trunk@43175 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -3038,7 +3038,7 @@ function wp_user_request_action_description( $action_name ) {
|
||||
$description = __( 'Export Personal Data' );
|
||||
break;
|
||||
case 'remove_personal_data':
|
||||
$description = __( 'Remove Personal Data' );
|
||||
$description = __( 'Erase Personal Data' );
|
||||
break;
|
||||
default:
|
||||
/* translators: %s: action name */
|
||||
|
||||
Reference in New Issue
Block a user