RTL
This commit is contained in:
parent
1f2cde6d04
commit
0e490542a7
196 changed files with 2117 additions and 1217 deletions
|
@ -9,7 +9,7 @@ import { Intl } from '../Intl';
|
|||
|
||||
import { SystemMessage } from './SystemMessage';
|
||||
import { MessageTimestamp } from './MessageTimestamp';
|
||||
import { Emojify } from './Emojify';
|
||||
import { UserText } from '../UserText';
|
||||
|
||||
export type PropsData = {
|
||||
sender: ConversationType;
|
||||
|
@ -32,7 +32,9 @@ export function ChangeNumberNotification(props: Props): JSX.Element {
|
|||
<Intl
|
||||
id="icu:ChangeNumber--notification"
|
||||
components={{
|
||||
sender: <Emojify text={sender.title || sender.firstName || ''} />,
|
||||
sender: (
|
||||
<UserText text={sender.title || sender.firstName || ''} />
|
||||
),
|
||||
}}
|
||||
i18n={i18n}
|
||||
/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue