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

Commit 17ca0975 authored by Doris Ling's avatar Doris Ling Committed by android-build-merger
Browse files

Fix Data warning title not translated. am: 1cf0dfd3

am: 432ff5e4

Change-Id: I22bdb65a2d91b1992a4890a1fdca6a01fca925aa
parents 7cd4cc9c 432ff5e4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -88,7 +88,7 @@ public class BillingCyclePreference extends Preference implements TemplatePrefer
        return new SubSettingLauncher(getContext())
                .setDestination(BillingCycleSettings.class.getName())
                .setArguments(args)
                .setTitle(getTitle())
                .setTitle(R.string.billing_cycle)
                .setSourceMetricsCategory(MetricsProto.MetricsEvent.VIEW_UNKNOWN)
                .toIntent();
    }