Bluesky app fork with some witchin' additions 💫

Small copy tweaks (#9557)

authored by

Eric Bailey and committed by
GitHub
b38013a1 aa139554

+4 -4
+4 -4
src/screens/Settings/FindContactsSettings.tsx
··· 99 ) : ( 100 <ErrorScreen 101 title={_(msg`Not available on this platform.`)} 102 - message={_(msg`Please use the native app to sync your contacts.`)} 103 /> 104 )} 105 </Layout.Screen> ··· 429 <Text style={[a.text_md, a.font_semi_bold]}> 430 <Plural 431 value={numMatches} 432 - one="1 contact found" 433 other="# contacts found" 434 /> 435 </Text> ··· 495 <View style={[a.px_xl, a.py_xl, a.gap_4xl]}> 496 <View style={[a.gap_xs, a.align_start]}> 497 <Text style={[a.text_md, a.font_semi_bold]}> 498 - <Trans>Contacts uploaded</Trans> 499 </Text> 500 <View style={[a.gap_2xs]}> 501 <Text ··· 505 <Text 506 style={[a.text_sm, a.leading_snug, t.atoms.text_contrast_medium]}> 507 <Trans> 508 - Uploaded on{' '} 509 {i18n.date(new Date(syncedAt), { 510 dateStyle: 'long', 511 })}
··· 99 ) : ( 100 <ErrorScreen 101 title={_(msg`Not available on this platform.`)} 102 + message={_(msg`Please use the native app to import your contacts.`)} 103 /> 104 )} 105 </Layout.Screen> ··· 429 <Text style={[a.text_md, a.font_semi_bold]}> 430 <Plural 431 value={numMatches} 432 + one="# contact found" 433 other="# contacts found" 434 /> 435 </Text> ··· 495 <View style={[a.px_xl, a.py_xl, a.gap_4xl]}> 496 <View style={[a.gap_xs, a.align_start]}> 497 <Text style={[a.text_md, a.font_semi_bold]}> 498 + <Trans>Contacts imported</Trans> 499 </Text> 500 <View style={[a.gap_2xs]}> 501 <Text ··· 505 <Text 506 style={[a.text_sm, a.leading_snug, t.atoms.text_contrast_medium]}> 507 <Trans> 508 + Imported on{' '} 509 {i18n.date(new Date(syncedAt), { 510 dateStyle: 'long', 511 })}