Finalize strings for Reduce Brightness for DP2

Bug: b/170970602
Test: manual
Change-Id: I83387e7e3c2c72226ef85f61c2a06fb8063ee747
This commit is contained in:
sallyyuen
2021-02-07 11:19:17 -08:00
parent 2eca234af7
commit 0e8cf66e9e
2 changed files with 35 additions and 12 deletions

View File

@@ -157,7 +157,7 @@ public class ToggleReduceBrightColorsPreferenceFragment extends ToggleFeaturePre
@Override
protected void updateToggleServiceTitle(SwitchPreference switchPreference) {
switchPreference.setTitle(R.string.reduce_bright_colors_switch_title);
switchPreference.setTitle(R.string.reduce_bright_colors_preference_title);
}
@Override