[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:
@@ -379,7 +379,7 @@ public class ToggleSubscriptionDialogActivity extends SubscriptionActionDialogAc
|
|||||||
DIALOG_TAG_DISABLE_SIM_CONFIRMATION,
|
DIALOG_TAG_DISABLE_SIM_CONFIRMATION,
|
||||||
title,
|
title,
|
||||||
null,
|
null,
|
||||||
getString(R.string.yes),
|
getString(R.string.condition_turn_off),
|
||||||
getString(R.string.sim_action_cancel));
|
getString(R.string.sim_action_cancel));
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -444,7 +444,7 @@ public class ToggleSubscriptionDialogActivity extends SubscriptionActionDialogAc
|
|||||||
DIALOG_TAG_ENABLE_SIM_CONFIRMATION,
|
DIALOG_TAG_ENABLE_SIM_CONFIRMATION,
|
||||||
getEnableSubscriptionTitle(),
|
getEnableSubscriptionTitle(),
|
||||||
null /* msg */,
|
null /* msg */,
|
||||||
getString(R.string.yes),
|
getString(R.string.condition_turn_on),
|
||||||
getString(R.string.sim_action_cancel));
|
getString(R.string.sim_action_cancel));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user