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

Commit d2db0fce authored by Bonian Chen's avatar Bonian Chen
Browse files

[Settings] Adjust the wording on eSIM switch button

To better reflect the action of that button.

Bug: 258668998
Test: local
Change-Id: I6a227e9f9a597d84e3aa5aec425564533fdf8763
parent dae659e3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -379,7 +379,7 @@ public class ToggleSubscriptionDialogActivity extends SubscriptionActionDialogAc
                DIALOG_TAG_DISABLE_SIM_CONFIRMATION,
                title,
                null,
                getString(R.string.yes),
                getString(R.string.condition_turn_off),
                getString(R.string.sim_action_cancel));
    }

@@ -444,7 +444,7 @@ public class ToggleSubscriptionDialogActivity extends SubscriptionActionDialogAc
                DIALOG_TAG_ENABLE_SIM_CONFIRMATION,
                getEnableSubscriptionTitle(),
                null /* msg */,
                getString(R.string.yes),
                getString(R.string.condition_turn_on),
                getString(R.string.sim_action_cancel));
    }