Prevent users from continuing while issue is not specified.

This commit is contained in:
Alex Hart
2025-12-09 11:28:14 -04:00
committed by Michelle Tang
parent dda020b2bf
commit 587c9cb46f
4 changed files with 52 additions and 4 deletions

View File

@@ -9033,6 +9033,10 @@
<string name="CallQualitySheet__had_issues_content_description">I had issues with the call</string>
<!-- Content description for the thumbs up button indicating the call was great -->
<string name="CallQualitySheet__great_content_description">The call was great</string>
<!-- Dialog body shown when feedback submission fails due to network issues -->
<string name="CallQualitySheet__your_feedback_failed_to_send">Your feedback failed to send.</string>
<!-- Dialog button to retry sending feedback after a failure -->
<string name="CallQualitySheet__try_again">Try again</string>
<!-- Message body when someone pins a message where %1$s is the name of the person -->
<string name="PinnedMessage__s_pinned_a_message">%1$s pinned a message</string>