about summary refs log tree commit diff
path: root/src/view/com/modals/Threadgate.tsx
diff options
context:
space:
mode:
authorNoritada Kobayashi <noritada.kobayashi@gmail.com>2023-12-28 02:27:32 +0900
committerGitHub <noreply@github.com>2023-12-27 09:27:32 -0800
commitf402f33a024ea59ea9bd2decfc0444e6836a934c (patch)
tree36d353f71935b003e45615e29eae1be405699566 /src/view/com/modals/Threadgate.tsx
parentc91b9efccb77c107414cc9e912ba564eb1a4dc71 (diff)
downloadvoidsky-f402f33a024ea59ea9bd2decfc0444e6836a934c.tar.zst
Mark more text as translatable (#2284)
Diffstat (limited to 'src/view/com/modals/Threadgate.tsx')
-rw-r--r--src/view/com/modals/Threadgate.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/view/com/modals/Threadgate.tsx b/src/view/com/modals/Threadgate.tsx
index 9d78a2e6d..0deef185b 100644
--- a/src/view/com/modals/Threadgate.tsx
+++ b/src/view/com/modals/Threadgate.tsx
@@ -69,7 +69,7 @@ export function Component({
 
       <ScrollView>
         <Text style={[pal.text, styles.description]}>
-          Choose "Everybody" or "Nobody"
+          <Trans>Choose "Everybody" or "Nobody"</Trans>
         </Text>
         <View style={{flexDirection: 'row', gap: 6, paddingHorizontal: 6}}>
           <Selectable
@@ -86,7 +86,7 @@ export function Component({
           />
         </View>
         <Text style={[pal.text, styles.description]}>
-          Or combine these options:
+          <Trans>Or combine these options:</Trans>
         </Text>
         <View style={{flexDirection: 'column', gap: 4, paddingHorizontal: 6}}>
           <Selectable