Replaced references to "Discord Link" to "Discord User ID"
This commit is contained in:
parent
241058b3a7
commit
c98470b43e
@ -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" />
|
||||
|
@ -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" />
|
||||
|
@ -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> </p>
|
||||
<p><a id=\"editAccountButton\" style=\"text-align:center;\" onclick=\"toggleAccountEdit();resizeIframe(parent.document.getElementById('dataFrame'));\">Back</a></p>
|
||||
<p> </p>
|
||||
|
Loading…
x
Reference in New Issue
Block a user