diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/components/dialogs/Embed.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/dialogs/Embed.tsx b/src/components/dialogs/Embed.tsx index 23d050488..9ea400abe 100644 --- a/src/components/dialogs/Embed.tsx +++ b/src/components/dialogs/Embed.tsx @@ -101,7 +101,7 @@ function EmbedDialogInner({ }, [i18n, postUri, postCid, record, timestamp, postAuthor, colorMode]) 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_sm]}> <Text style={[a.text_2xl, a.font_heavy]}> |