Merge "Change DSDS dialog confirm text from "Continue" to "Yes"" into sc-dev

This commit is contained in:
Peter Wang
2021-04-15 01:49:12 +00:00
committed by Android (Google) Code Review
2 changed files with 3 additions and 1 deletions

View File

@@ -123,7 +123,7 @@ public class DsdsDialogActivity extends SubscriptionActionDialogActivity
DIALOG_TAG_ENABLE_DSDS_CONFIRMATION,
getString(R.string.sim_action_enable_dsds_title),
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));
}