add translation

This commit is contained in:
Snazzah 2021-08-31 16:00:35 +00:00 committed by GitHub
parent d8465b1aae
commit 222d328985

View file

@ -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>
); );