Update string in Delete private space dialog

Screenshot : go/ss/BuyAQZLToiv3z3K.png

Bug: 335454847
Test: Manual
Change-Id: I95c8472f494793212d10d8968017780b3739c294
This commit is contained in:
josephpv
2024-04-18 20:03:21 +00:00
parent 5157e1d35a
commit 58050a6f56
2 changed files with 2 additions and 2 deletions

View File

@@ -3469,7 +3469,7 @@
<!-- Title for the Delete private space settings controller [CHAR LIMIT=40] --> <!-- Title for the Delete private space settings controller [CHAR LIMIT=40] -->
<string name="reset_private_space_delete_title">Delete private space</string> <string name="reset_private_space_delete_title">Delete private space</string>
<!-- Delete private space dialog mentioning that private space and the apps in it along with its data will be permanently deleted [CHAR LIMIT=NONE] --> <!-- Delete private space dialog mentioning that private space and the apps in it along with its data will be permanently deleted [CHAR LIMIT=NONE] -->
<string name="reset_private_space_delete_dialog">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.</string> <string name="reset_private_space_delete_dialog">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.</string>
<!-- Main Clear --> <!-- Main Clear -->
<!-- Button title to factory data reset the entire device [CHAR LIMIT=NONE] --> <!-- Button title to factory data reset the entire device [CHAR LIMIT=NONE] -->

View File

@@ -125,7 +125,7 @@ public class ResetOptionsDeletePrivateSpaceController extends BasePreferenceCont
public Dialog onCreateDialog(@Nullable Bundle savedInstanceState) { public Dialog onCreateDialog(@Nullable Bundle savedInstanceState) {
Context context = getContext(); Context context = getContext();
return new AlertDialog.Builder(context) 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) .setMessage(R.string.reset_private_space_delete_dialog)
.setPositiveButton( .setPositiveButton(
R.string.private_space_delete_button_label, R.string.private_space_delete_button_label,