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

Commit 07c7cd67 authored by SongFerng Wang's avatar SongFerng Wang
Browse files

Correct the wording of mobile data summary

Bug: 337035270
Change-Id: Idc65508e8d4f68376fdfdba873ad049362445ac2
Test: verify the wording
parent 219fb8a3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@ fun MobileDataSwitchingPreference(
    isMobileDataEnabled: () -> Boolean?,
    setMobileDataEnabled: (newEnabled: Boolean) -> Unit,
) {
    val mobileDataSummary = stringResource(id = R.string.primary_sim_automatic_data_msg)
    val mobileDataSummary = stringResource(id = R.string.mobile_data_settings_summary)
    val coroutineScope = rememberCoroutineScope()
    SwitchPreference(
        object : SwitchPreferenceModel {