Fix Data warning title not translated.
am: 1cf0dfd3b2
Change-Id: I8bb8187c3a70afbaa32674e56c4ede29b503b1e8
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
Reference in New Issue
Block a user