mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-27 11:53:23 +01:00
RTL
This commit is contained in:
@@ -9,9 +9,9 @@ import { SystemMessage } from './SystemMessage';
|
||||
import type { ConversationType } from '../../state/ducks/conversations';
|
||||
import type { LocalizerType } from '../../types/Util';
|
||||
import { Intl } from '../Intl';
|
||||
import { Emojify } from './Emojify';
|
||||
|
||||
import { DeliveryIssueDialog } from './DeliveryIssueDialog';
|
||||
import { UserText } from '../UserText';
|
||||
|
||||
export type PropsDataType = {
|
||||
sender?: ConversationType;
|
||||
@@ -48,7 +48,7 @@ export function DeliveryIssueNotification(
|
||||
<Intl
|
||||
id="icu:DeliveryIssue--notification"
|
||||
components={{
|
||||
sender: <Emojify text={sender.firstName || sender.title} />,
|
||||
sender: <UserText text={sender.firstName || sender.title} />,
|
||||
}}
|
||||
i18n={i18n}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user