Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Change Handle modal DNS instruction tweaks for clarity (#1245)

* Remove potentially confusing period from subdomain in changehandle (close #1004)

* Clarify dns instructions further (close #1087)

authored by

Paul Frazee and committed by
GitHub
8e1d0b03 54706a04

+7 -1
+7 -1
src/view/com/modals/ChangeHandle.tsx
··· 418 418 </Text> 419 419 <View style={[styles.dnsValue]}> 420 420 <Text type="mono" style={[styles.monoText, pal.text]}> 421 - _atproto. 421 + _atproto 422 422 </Text> 423 423 </View> 424 424 <Text type="md-medium" style={[styles.dnsLabel, pal.text]}> ··· 438 438 </Text> 439 439 </View> 440 440 </View> 441 + <Text type="md" style={[pal.text, s.pt20, s.pl5]}> 442 + This should create a domain record at:{' '} 443 + </Text> 444 + <Text type="mono" style={[styles.monoText, pal.text, s.pt5, s.pl5]}> 445 + _atproto.{handle} 446 + </Text> 441 447 </> 442 448 ) : ( 443 449 <>