Cerothen 9 anni fa
parent
commit
35460c7172
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      settings.php

+ 1 - 1
settings.php

@@ -1724,7 +1724,7 @@ endif;?></textarea>
 							
                                                     <div class="form-group" style="background-color: #fafafa; border: 2px solid black; border-radius: 5px; padding: 5px; margin: 5px;">
 														<select id="authType" name="authType" class="form-control material input-sm" required>
-															<option value="internal" <?php echo (AUTHTYPE=='internal' || !AUTHTYPE?'selected':''); ?>>Internal Only</option>
+															<option value="internal" <?php echo (AUTHTYPE=='internal' || !AUTHTYPE?'selected':''); ?>>Organizr Only</option>
 															<!--<option value="external" <?php echo (AUTHTYPE=='external'?'selected':''); ?>>External Only</option>-->
 															<option value="both" <?php echo (AUTHTYPE=='both'?'selected':''); ?>>Both</option>
 														</select>