[Settings] Adjust the wording on eSIM switch button

To better reflect the action of that button.

Bug: 258668998
Test: local
Change-Id: I6a227e9f9a597d84e3aa5aec425564533fdf8763
This commit is contained in:
Bonian Chen
2022-11-10 16:13:35 +00:00
parent dae659e358
commit d2db0fce29

View File

@@ -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));
}