mirror of
https://github.com/revoltchat/revite.git
synced 2024-12-26 15:32:11 -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();
|
onClose();
|
||||||
},
|
},
|
||||||
plain: true,
|
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>
|
<a>{link}</a>
|
||||||
</Modal>
|
</Modal>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue