Fix i18n string id
This commit is contained in:
parent
19a42ed719
commit
5cee260063
1 changed files with 4 additions and 2 deletions
|
@ -86,8 +86,10 @@ export const MessageRequestActionsConfirmation = ({
|
|||
title={
|
||||
<Intl
|
||||
i18n={i18n}
|
||||
id="MessageRequests--unblock-confirm-title"
|
||||
components={[<ContactName key="name" title={title} />]}
|
||||
id="MessageRequests--unblock-direct-confirm-title"
|
||||
components={{
|
||||
name: <ContactName key="name" title={title} />,
|
||||
}}
|
||||
/>
|
||||
}
|
||||
actions={[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue