diff --git a/res/values/evolution_strings.xml b/res/values/evolution_strings.xml
index cd97ebcfe59..ec9a54c5faa 100644
--- a/res/values/evolution_strings.xml
+++ b/res/values/evolution_strings.xml
@@ -365,4 +365,8 @@
Reset preference
Let the system forget your brightness preference and reset it to the default one
Auto brightness preference has been reset
+
+
+ Dark mode for third-party apps
+ Forces darker colors in apps lacking dark mode. Some screens may appear off.
diff --git a/res/xml/dark_mode_settings.xml b/res/xml/dark_mode_settings.xml
index 454a1f6cf6f..79365da5d67 100644
--- a/res/xml/dark_mode_settings.xml
+++ b/res/xml/dark_mode_settings.xml
@@ -94,6 +94,6 @@
+ android:title="@string/force_dark_title"
+ android:summary="@string/force_dark_summary" />