Use full name in ChangeNumberNotification
This commit is contained in:
parent
25cdebe15e
commit
b48477a19c
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
/>
|
||||
|
|
Loading…
Add table
Reference in a new issue