diff --git a/res/values/strings.xml b/res/values/strings.xml
index 696e9bb3f35..76e9003ac92 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 6fc7f2a502c..5affa8d98c4 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();
}