diff options
author | surfdude29 <149612116+surfdude29@users.noreply.github.com> | 2025-03-05 22:32:29 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-05 14:32:29 -0800 |
commit | 947c876fdb0440c8346d046a3173baec68fc6211 (patch) | |
tree | df4b1117531772d91453740ae2e569f83ff1863c /src/components/dialogs/Embed.tsx | |
parent | a62fe855c3625a1798eae38cca08bc6c1686c863 (diff) | |
download | voidsky-947c876fdb0440c8346d046a3173baec68fc6211.tar.zst |
mark label for translation (#7908)
Diffstat (limited to 'src/components/dialogs/Embed.tsx')
-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]}> |