mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-10 01:03:36 -05:00
add translation
This commit is contained in:
parent
d8465b1aae
commit
222d328985
1 changed files with 2 additions and 2 deletions
|
@ -43,10 +43,10 @@ export function ExternalLinkModal({ onClose, link }: Props) {
|
|||
onClose();
|
||||
},
|
||||
plain: true,
|
||||
children: "Trust this domain",
|
||||
children: <Text id="app.special.modals.external_links.trust_domain" />,
|
||||
}
|
||||
]}>
|
||||
<Text id={"app.special.modals.external_links.short"} /> <br />
|
||||
<Text id="app.special.modals.external_links.short" /> <br />
|
||||
<a>{link}</a>
|
||||
</Modal>
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue