Update string in Delete private space dialog
Screenshot : go/ss/BuyAQZLToiv3z3K.png Bug: 335454847 Test: Manual Change-Id: I95c8472f494793212d10d8968017780b3739c294
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user