mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-03 06:41:19 +01:00
RTL
This commit is contained in:
@@ -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}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user