Use full name in ChangeNumberNotification

Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com>
This commit is contained in:
automated-signal 2021-11-18 17:08:58 -08:00 committed by GitHub
parent 5b442d7a9d
commit f5728dbd9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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}
/>