Merge "Change DSDS dialog confirm text from "Continue" to "Yes" [Part II]" into sc-dev am: b66e797567

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/14491467

Change-Id: I61ec5956d6f72249213c6cbfe30798df82c09dc4
This commit is contained in:
Peter Wang
2021-05-26 17:44:55 +00:00
committed by Automerger Merge Worker

View File

@@ -326,7 +326,7 @@ public class ToggleSubscriptionDialogActivity extends SubscriptionActionDialogAc
DIALOG_TAG_ENABLE_DSDS_CONFIRMATION, DIALOG_TAG_ENABLE_DSDS_CONFIRMATION,
getString(R.string.sim_action_enable_dsds_title), getString(R.string.sim_action_enable_dsds_title),
getString(R.string.sim_action_enable_dsds_text), getString(R.string.sim_action_enable_dsds_text),
getString(R.string.sim_action_continue), getString(R.string.sim_action_yes),
getString(R.string.sim_action_no_thanks)); getString(R.string.sim_action_no_thanks));
} }