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

Commit 432ff5e4 authored by Doris Ling's avatar Doris Ling Committed by android-build-merger
Browse files

Fix Data warning title not translated.

am: 1cf0dfd3

Change-Id: I8bb8187c3a70afbaa32674e56c4ede29b503b1e8
parents f1a94be5 1cf0dfd3
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();
    }