diff options
author | Paul Frazee <pfrazee@gmail.com> | 2025-03-05 14:39:28 -0800 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2025-03-05 14:39:28 -0800 |
commit | 1cfdd2a7a02c2e31f5f4be3cf9746a9054dde5c0 (patch) | |
tree | 30fa79633842806743fce77b96c4c02a82d12b31 /src/components/dialogs/Embed.tsx | |
parent | 663f16dfc275e5ac2a61c7bcb73b8d7581dc8566 (diff) | |
parent | 947c876fdb0440c8346d046a3173baec68fc6211 (diff) | |
download | voidsky-1cfdd2a7a02c2e31f5f4be3cf9746a9054dde5c0.tar.zst |
Merge branch 'main' of github.com:bluesky-social/social-app into main
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]}> |