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" />

View File

@ -126,7 +126,7 @@ try { // Try opening the SQL database connection
<p class=\"tooltip\">YouTube (name):<span class=\"tooltipText\">Your YouTube username</span></p>
<p class=\"tooltip\">YouTube (link):<span class=\"tooltipText\">Link to your YouTube channel</span></p>
<p class=\"tooltip\">Discord (name):<span class=\"tooltipText\">You Discord name (how it's displayed)</span></p>
<p class=\"tooltip\">Discord (UserID):<span class=\"tooltipText\">This is the numerical User ID from Discord. Right-click your profile name to copy your ID</span></p>
<p class=\"tooltip\">Discord (User ID):<span class=\"tooltipText\">This is the numerical User ID from Discord. Right-click your profile name to copy your ID</span></p>
<p>&nbsp;</p>
<p><a id=\"editAccountButton\" style=\"text-align:center;\" onclick=\"toggleAccountEdit();resizeIframe(parent.document.getElementById('dataFrame'));\">Back</a></p>
<p>&nbsp;</p>