Replaced references to "Discord Link" to "Discord User ID"

This commit is contained in:
FractalParadigm 2025-03-11 21:20:00 -04:00
parent 241058b3a7
commit c98470b43e
3 changed files with 3 additions and 3 deletions

View File

@ -56,7 +56,7 @@ try { // Try opening the SQL database connection
<div id="textInputArea">
<label for="discord" class="newLine">Discord:</label>
<input type="text" placeholder="<?php echo $userData["discord"] ?>" id="discord" name="discord" class="newLine" style="width:100%" maxlength="50"/>
<label for="discord" class="newLine">Discord Link:</label>
<label for="discord" class="newLine">Discord User ID:</label>
<input type="text" placeholder="<?php echo $userData["discordLink"] ?>" id="discordLink" name="discordLink" class="newLine" style="width:100%" pattern="[0-9]*" maxlength="50"/>
<label for="twitch" class="newLine">Twitch:</label>
<input type="text" placeholder="<?php echo $userData["twitch"] ?>" id="twitch" name="twitch" class="newLine" style="width:100%" maxlength="50" />

View File

@ -67,7 +67,7 @@ try { // Try opening the SQL database connection
<label for="showPassword" class="passwordOptions" id="displayPassword" class="newLine">(show)</label>
<label for="discord" class="newLine">Discord:</label>
<input type="text" id="discord" name="discord" class="newLine" maxlength="50"/>
<label for="discord" class="newLine">Discord Link:</label>
<label for="discord" class="newLine">Discord User ID:</label>
<input type="text" id="discordLink" name="discordLink" class="newLine" maxlength="50"/>
<label for="twitch" class="newLine">Twitch:</label>
<input type="text" id="twitch" name="twitch" class="newLine" maxlength="50" />