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