mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-18 05:39:15 +01:00
Update copy for outgoing view once media toast
This commit is contained in:
@@ -4052,6 +4052,10 @@
|
||||
"messageformat": "View-once messages are not stored in your chat history.",
|
||||
"description": "Shown when user clicks on an expired outgoing view-once bubble"
|
||||
},
|
||||
"icu:Message--tap-to-view--outgoing--expired-toast-2": {
|
||||
"messageformat": "View-once media is deleted after sending",
|
||||
"description": "Shown when user clicks on an expired outgoing view-once bubble"
|
||||
},
|
||||
"icu:Message--tap-to-view--video": {
|
||||
"messageformat": "View Once Video",
|
||||
"description": "Text shown on video messages with individual timers, before user has viewed it"
|
||||
|
||||
@@ -888,7 +888,7 @@ function renderToast({
|
||||
if (toastType === ToastType.TapToViewExpiredOutgoing) {
|
||||
return (
|
||||
<Toast onClose={hideToast}>
|
||||
{i18n('icu:Message--tap-to-view--outgoing--expired-toast')}
|
||||
{i18n('icu:Message--tap-to-view--outgoing--expired-toast-2')}
|
||||
</Toast>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user