Merge "Settings: Add an xliff example to a string param."
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 86eae3a..a0b0653 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -6077,7 +6077,7 @@
     <string name="zen_mode_end_time">End time</string>
 
     <!-- [CHAR LIMIT=60] Zen mode settings: End time option: Summary text value format when end time = next day -->
-    <string name="zen_mode_end_time_next_day_summary_format"><xliff:g id="formatted_time">%s</xliff:g> next day</string>
+    <string name="zen_mode_end_time_next_day_summary_format"><xliff:g id="formatted_time" example="7:00 AM">%s</xliff:g> next day</string>
 
     <!-- [CHAR LIMIT=NONE] Zen mode voice: Prompt read for interruption type -->
     <string name="zen_mode_interruptions_voice_prompt">When would you like to be interrupted?</string>