RTL
This commit is contained in:
parent
1f2cde6d04
commit
0e490542a7
196 changed files with 2117 additions and 1217 deletions
|
@ -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}
|
||||
/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue