diff --git a/res/values/strings.xml b/res/values/strings.xml index bf30734c6df..ff5cd085c45 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -3469,7 +3469,7 @@ Delete private space - If you have a private space on your device, it will be permanently deleted. All apps in your space and their data will be deleted. + If you have a private space on your device, it will be permanently deleted and the Google Account added to your space will be removed.\n\nAll apps in your space and their data will also be permanently deleted. diff --git a/src/com/android/settings/privatespace/delete/ResetOptionsDeletePrivateSpaceController.java b/src/com/android/settings/privatespace/delete/ResetOptionsDeletePrivateSpaceController.java index 6e1f0df96d5..09d2955d1f2 100644 --- a/src/com/android/settings/privatespace/delete/ResetOptionsDeletePrivateSpaceController.java +++ b/src/com/android/settings/privatespace/delete/ResetOptionsDeletePrivateSpaceController.java @@ -125,7 +125,7 @@ public class ResetOptionsDeletePrivateSpaceController extends BasePreferenceCont public Dialog onCreateDialog(@Nullable Bundle savedInstanceState) { Context context = getContext(); return new AlertDialog.Builder(context) - .setTitle(R.string.reset_private_space_delete_title) + .setTitle(R.string.private_space_delete_header) .setMessage(R.string.reset_private_space_delete_dialog) .setPositiveButton( R.string.private_space_delete_button_label,