about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/view/com/modals/ChangeHandle.tsx8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/view/com/modals/ChangeHandle.tsx b/src/view/com/modals/ChangeHandle.tsx
index 0b9707622..09d41825f 100644
--- a/src/view/com/modals/ChangeHandle.tsx
+++ b/src/view/com/modals/ChangeHandle.tsx
@@ -418,7 +418,7 @@ function CustomHandleForm({
             </Text>
             <View style={[styles.dnsValue]}>
               <Text type="mono" style={[styles.monoText, pal.text]}>
-                _atproto.
+                _atproto
               </Text>
             </View>
             <Text type="md-medium" style={[styles.dnsLabel, pal.text]}>
@@ -438,6 +438,12 @@ function CustomHandleForm({
               </Text>
             </View>
           </View>
+          <Text type="md" style={[pal.text, s.pt20, s.pl5]}>
+            This should create a domain record at:{' '}
+          </Text>
+          <Text type="mono" style={[styles.monoText, pal.text, s.pt5, s.pl5]}>
+            _atproto.{handle}
+          </Text>
         </>
       ) : (
         <>