diff --git a/res/values/strings.xml b/res/values/strings.xml
index 82bccee92b7..9cb2eeb4031 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -5617,10 +5617,11 @@
Dim screen beyond your phone\u2019s minimum brightness
Dim screen beyond your tablet\u2019s minimum brightness
+
+ Make your screen dimmer so it\u2019s more comfortable to read
-
- This can be helpful when:
+
\u00a0Your phone\u2019s default minimum brightness is still too bright
\u00a0You\u2019re using your phone in dark situations, like at night or in a dark room before bed
@@ -5629,8 +5630,7 @@
-
- This can be helpful when:
+
\u00a0Your tablet\u2019s default minimum brightness is still too bright
\u00a0You\u2019re using your tablet in dark situations, like at night or in a dark room before bed
diff --git a/src/com/android/settings/accessibility/ToggleReduceBrightColorsPreferenceFragment.java b/src/com/android/settings/accessibility/ToggleReduceBrightColorsPreferenceFragment.java
index 973e27cd616..1e2e9e56909 100644
--- a/src/com/android/settings/accessibility/ToggleReduceBrightColorsPreferenceFragment.java
+++ b/src/com/android/settings/accessibility/ToggleReduceBrightColorsPreferenceFragment.java
@@ -68,6 +68,7 @@ public class ToggleReduceBrightColorsPreferenceFragment extends ToggleFeaturePre
mComponentName = REDUCE_BRIGHT_COLORS_COMPONENT_NAME;
mPackageName = getText(R.string.reduce_bright_colors_preference_title);
mHtmlDescription = getText(R.string.reduce_bright_colors_preference_subtitle);
+ mTopIntroTitle = getText(R.string.reduce_bright_colors_preference_intro_text);
mRbcIntensityPreferenceController =
new ReduceBrightColorsIntensityPreferenceController(getContext(), KEY_INTENSITY);
mRbcPersistencePreferenceController =