diff --git a/res/values/strings.xml b/res/values/strings.xml
index 52997169be3..fae363599f6 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -5053,7 +5053,7 @@
To save battery, stop %1$s from using battery in the background. This app may not work properly and notifications may be delayed.
- To save battery, stop these apps from using battery in the background. Restricted apps may not work properly and notifications may be delayed.\n\nApps:\n
+ To save battery, stop these apps from using battery in the background. Restricted apps may not work properly and notifications may be delayed.\n\nApps:
To save battery, stop these apps from using battery in the background. Restricted apps may not work properly and notifications may be delayed.\n\nApps:\n%1$s.
diff --git a/tests/robotests/src/com/android/settings/fuelgauge/batterytip/BatteryTipDialogFragmentTest.java b/tests/robotests/src/com/android/settings/fuelgauge/batterytip/BatteryTipDialogFragmentTest.java
index 831c9462f4a..e07df0991c8 100644
--- a/tests/robotests/src/com/android/settings/fuelgauge/batterytip/BatteryTipDialogFragmentTest.java
+++ b/tests/robotests/src/com/android/settings/fuelgauge/batterytip/BatteryTipDialogFragmentTest.java
@@ -151,7 +151,7 @@ public class BatteryTipDialogFragmentTest {
.isEqualTo(
"To save battery, stop these apps from using battery in the background. "
+ "Restricted apps may not work properly and notifications may be"
- + " delayed.\n\nApps:\n");
+ + " delayed.\n\nApps:");
assertThat(shadowDialog.getView()).isNotNull();
}