Browse Source

fix(webapp): rectify sign-up form text

Peter Thomassen 4 years ago
parent
commit
3bcd08b751
1 changed files with 1 additions and 1 deletions
  1. 1 1
      webapp/src/views/SignUp.vue

+ 1 - 1
webapp/src/views/SignUp.vue

@@ -62,7 +62,7 @@
               >
                 <v-radio label="Configure your own domain (Managed DNS)." value="custom" tabindex="2"></v-radio>
                 <v-radio :label="`Register a new domain under ${LOCAL_PUBLIC_SUFFIXES[0]} (dynDNS).`" value="dynDNS" tabindex="2"></v-radio>
-                <v-radio label="No, I'll add one later through the API." value="none" tabindex="2"></v-radio>
+                <v-radio label="No, I'll add one later." value="none" tabindex="2"></v-radio>
               </v-radio-group>
 
               <v-text-field