Update recharge_a_friend.tpl

This commit is contained in:
Ahmad Husein 2025-03-06 00:04:44 +07:00 committed by GitHub
parent 1cbff8f9a4
commit 30ca1d1b2d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,7 @@
<div class="form-group">
<div class="col-sm-10">
<input type="text" id="username" name="username" class="form-control" required
placeholder="{Lang::T('Usernames')}">
placeholder="{Lang::T('Friend username')}">
</div>
<div class="form-group col-sm-2" align="center">
<button class="btn btn-success btn-block" id="sendBtn" type="submit" name="send"
@ -17,4 +17,4 @@
</div>
</form>
</div>
</div>
</div>