diff --git a/src/chrome/browser/ui/android/night_mode/java/res/layout/radio_button_group_theme_preference.xml b/src/chrome/browser/ui/android/night_mode/java/res/layout/radio_button_group_theme_preference.xml index daa5c17266..4d268dd545 100644 --- a/src/chrome/browser/ui/android/night_mode/java/res/layout/radio_button_group_theme_preference.xml +++ b/src/chrome/browser/ui/android/night_mode/java/res/layout/radio_button_group_theme_preference.xml @@ -22,7 +22,8 @@ found in the LICENSE file. android:layout_width="match_parent" android:layout_height="wrap_content" app:primaryText="@string/themes_system_default_title" - app:descriptionText="@string/themes_system_default_summary" /> + app:descriptionText="@string/themes_system_default_summary" + android:visibility="gone" /> + app:primaryText="@string/dark_mode" + android:visibility="gone" />