[Settings][UI] Updated warning string during eSIM deletion in Settings.

Need to double warn before eSIM deletion
Figma: https://www.figma.com/design/bYN9WyXpVVk3eRl2MbUURP/SIM-UX---Android-V?node-id=20711-23888&t=heVGfFf5urbo1RKX-0
Hsv link before: https://hsv.googleplex.com/6548384444841984
Hsv link after: https://hsv.googleplex.com/6098484942864384
Bug: 398310749
Test: manual test.
Flag: NONE <String Capitalization only>


Change-Id: I931db22e6f336e627f88adf3a79f515403594738
This commit is contained in:
Ramya Manoharan
2025-03-17 07:02:16 +00:00
parent b96eb497da
commit 47a94924c7

View File

@@ -12945,7 +12945,7 @@ Data usage charges may apply.</string>
<!-- Title on confirmation dialog asking the user if they want to erase the eSIM from the device. [CHAR_LIMIT=NONE] -->
<string name="erase_sim_dialog_title">Erase this eSIM?</string>
<!-- Body text in confirmation dialog indicating what erasing a SIM entails. [CHAR_LIMIT=NONE] -->
<string name="erase_sim_dialog_text">This removes <xliff:g id="carrier_name_a" example="Google Fi">%1$s</xliff:g> service from this device, but your <xliff:g id="carrier_name_b" example="Google Fi">%1$s</xliff:g> plan won\'t be canceled.</string>
<string name="erase_sim_dialog_text">Erasing this eSIM removes <xliff:g id="carrier_name_a" example="Google Fi">%1$s</xliff:g> service from this device. Service for <xliff:g id="carrier_name_b" example="Google Fi">%1$s</xliff:g> wont be canceled. To request a new eSIM, youll need to contact your carrier.</string>
<!-- Button label to erase the eSIM [CHAR_LIMIT=20] -->
<string name="erase_sim_confirm_button">Erase</string>
<!-- Status message indicating the device is in the process of erasing the SIM. [CHAR_LIMIT=NONE] -->