mark label for translation (#7908)
This commit is contained in:
@@ -101,7 +101,7 @@ function EmbedDialogInner({
|
|||||||
}, [i18n, postUri, postCid, record, timestamp, postAuthor, colorMode])
|
}, [i18n, postUri, postCid, record, timestamp, postAuthor, colorMode])
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Dialog.Inner label="Embed post" style={[{maxWidth: 500}]}>
|
<Dialog.Inner label={_(msg`Embed post`)} style={[{maxWidth: 500}]}>
|
||||||
<View style={[a.gap_lg]}>
|
<View style={[a.gap_lg]}>
|
||||||
<View style={[a.gap_sm]}>
|
<View style={[a.gap_sm]}>
|
||||||
<Text style={[a.text_2xl, a.font_heavy]}>
|
<Text style={[a.text_2xl, a.font_heavy]}>
|
||||||
|
|||||||
Reference in New Issue
Block a user