fix: status of msg sent uses disappearingMessagesSent (no : at the end)

pull/3206/head
Audric Ackermann 8 months ago
parent 996a8d2ead
commit ba6074a9e1

@ -198,7 +198,10 @@ const MessageStatusSent = ({ dataTestId, messageId }: Omit<Props, 'isDetailView'
isGroup={isGroup} isGroup={isGroup}
clickable={false} clickable={false}
> >
<TextDetails text={window.i18n('sent')} textColor="var(--text-secondary-color)" /> <TextDetails
text={window.i18n('disappearingMessagesSent')}
textColor="var(--text-secondary-color)"
/>
<IconForExpiringMessageId messageId={messageId} iconType="circleCheck" /> <IconForExpiringMessageId messageId={messageId} iconType="circleCheck" />
</MessageStatusContainer> </MessageStatusContainer>
); );

Loading…
Cancel
Save