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">
|
<div id="textInputArea">
|
||||||
<label for="discord" class="newLine">Discord:</label>
|
<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"/>
|
<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"/>
|
<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>
|
<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" />
|
<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="showPassword" class="passwordOptions" id="displayPassword" class="newLine">(show)</label>
|
||||||
<label for="discord" class="newLine">Discord:</label>
|
<label for="discord" class="newLine">Discord:</label>
|
||||||
<input type="text" id="discord" name="discord" class="newLine" maxlength="50"/>
|
<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"/>
|
<input type="text" id="discordLink" name="discordLink" class="newLine" maxlength="50"/>
|
||||||
<label for="twitch" class="newLine">Twitch:</label>
|
<label for="twitch" class="newLine">Twitch:</label>
|
||||||
<input type="text" id="twitch" name="twitch" class="newLine" maxlength="50" />
|
<input type="text" id="twitch" name="twitch" class="newLine" maxlength="50" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user