Prepare edit message for beta run.

This commit is contained in:
Clark
2023-06-14 17:34:21 -04:00
committed by Cody Henthorne
parent d0a232d86a
commit f23e5bdb44
5 changed files with 37 additions and 2 deletions

View File

@@ -6116,6 +6116,15 @@
<!-- Title shown at top of bottom sheet dialog for displaying a message\'s edit history -->
<string name="EditMessageHistoryDialog_title">Edit history</string>
<!-- Title of dialog shown alerting user that edit message is in beta only -->
<string name="SendingEditMessageBetaOnlyDialog_title">Signal beta only</string>
<!-- Body of dialog shown alerting user that edit message is in beta only and only sent to beta users. -->
<string name="SendingEditMessageBetaOnlyDialog_body">Editing messages is available to Signal beta users only. If you edit a message, it will only be visible to people who are on the latest version of Signal beta.</string>
<!-- Button to cancel sending edit message as it is beta only -->
<string name="SendingEditMessageBetaOnlyDialog_cancel">Cancel</string>
<!-- Button to continue sending edit message despite it being beta only -->
<string name="SendingEditMessageBetaOnlyDialog_send">Send</string>
<!-- CallLinkDetailsFragment -->
<!-- Displayed in action bar at the top of the fragment -->