Changed text in Track Me modal Co-authored-by: vikingowl <cw.nachtigall@gmail.com> Reviewed-on: https://git.harting.dev/CSGOWTF/csgowtf/pulls/46 Co-authored-by: vikingowl <vikingowl@git.harting.dev> Co-committed-by: vikingowl <vikingowl@git.harting.dev>
This commit is contained in:
@@ -85,21 +85,24 @@
|
|||||||
<!-- AuthCode input -->
|
<!-- AuthCode input -->
|
||||||
<div class="form-outline mb-4">
|
<div class="form-outline mb-4">
|
||||||
<input id="track-authcode" v-model="data.userData.authcode" class="form-control bg-secondary"
|
<input id="track-authcode" v-model="data.userData.authcode" class="form-control bg-secondary"
|
||||||
placeholder="AuthCode*"
|
placeholder="AuthCode (required)"
|
||||||
required type="text"/>
|
required type="text"/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- ShareCode input -->
|
<!-- ShareCode input -->
|
||||||
<div class="form-outline mb-2">
|
<div class="form-outline mb-2">
|
||||||
<input id="track-sharecode" v-model="data.userData.sharecode" class="form-control bg-secondary"
|
<input id="track-sharecode" v-model="data.userData.sharecode" class="form-control bg-secondary"
|
||||||
placeholder="ShareCode"
|
placeholder="ShareCode (optional)"
|
||||||
type="text"/>
|
type="text"/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="form-outline mb-4">
|
<div class="form-outline mb-4">
|
||||||
<small>You can find your AuthCode and ShareCode <a
|
<small>
|
||||||
href="https://help.steampowered.com/en/wizard/HelpWithGameIssue/?appid=730&issueid=128"
|
<a href="https://help.steampowered.com/en/wizard/HelpWithGameIssue/?appid=730&issueid=128"
|
||||||
target="_blank">here</a>.</small>
|
target="_blank">
|
||||||
|
Here you can find your AuthCode and ShareCode
|
||||||
|
</a>
|
||||||
|
</small>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Submit button -->
|
<!-- Submit button -->
|
||||||
|
Reference in New Issue
Block a user