Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b66e7975 authored by Peter Wang's avatar Peter Wang Committed by Android (Google) Code Review
Browse files

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

parents 3b3187b3 5dff40c7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -326,7 +326,7 @@ public class ToggleSubscriptionDialogActivity extends SubscriptionActionDialogAc
                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));
    }