Fix Data warning title not translated. am: 1cf0dfd3b2
am: 432ff5e455
Change-Id: I22bdb65a2d91b1992a4890a1fdca6a01fca925aa
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