mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-06 17:11:55 +00:00
add translation
This commit is contained in:
@@ -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>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user