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:
Sergey Biryukov
2018-05-07 16:44:15 +00:00
parent 6d2bcaa9b3
commit 9ca9b27110
3 changed files with 16 additions and 16 deletions

View File

@@ -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 */