Add discard draft confirmation when editing.

This commit is contained in:
Michelle Tang
2024-07-16 20:08:10 -04:00
committed by GitHub
parent 34c95dc082
commit 7f1227ee19
3 changed files with 24 additions and 2 deletions

View File

@@ -1351,6 +1351,12 @@
<string name="InputPanel_tap_and_hold_to_record_a_voice_message_release_to_send">Tap and hold to record a voice message, release to send</string>
<!-- When editing a message, label shown above the text input field in the composer -->
<string name="InputPanel_edit_message">Edit message</string>
<!-- Dialog title shown if users are about to discard their draft message -->
<string name="InputPanel__discard_draft">Discard draft?</string>
<!-- Dialog message explaining their action cannot be reversed -->
<string name="InputPanel__this_action_cant_be_undone">This action can\'t be undone.</string>
<!-- Button inside an alert dialog confirming the deletion of their draft -->
<string name="InputPanel__discard">Discard</string>
<!-- InviteActivity -->
<string name="InviteActivity_share">Share</string>