Merge "Add string needed by new device suggestion"
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 60fd8b0..01a4764 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -8768,4 +8768,10 @@
<!-- Help URI, USB Audio [DO NOT TRANSLATE] -->
<string name="help_url_audio_accessory_not_supported" translatable="false"></string>
+
+ <!-- Title label for new device suggestion, which is displayed in Settings homepage [CHAR LIMIT=100] -->
+ <string name="new_device_suggestion_title">What's new and exciting?</string>
+
+ <!-- Summary label for new device suggestion, which is displayed in Settings homepage [CHAR LIMIT=100] -->
+ <string name="new_device_suggestion_summary">Check out the top 5 features</string>
</resources>