Use full name in ChangeNumberNotification

This commit is contained in:
Fedor Indutny 2021-11-18 23:11:33 +01:00 committed by GitHub
parent 25cdebe15e
commit b48477a19c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,7 +32,7 @@ export const ChangeNumberNotification: React.FC<Props> = props => {
<Intl
id="ChangeNumber--notification"
components={{
sender: <Emojify text={sender.firstName || sender.title} />,
sender: <Emojify text={sender.title || sender.firstName} />,
}}
i18n={i18n}
/>