mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-04 18:24:32 +02:00
Fix Username in user dashboard
This commit is contained in:
parent
d71eb37f48
commit
a8515b7d60
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@
|
|||
<table class="table table-bordered table-striped table-bordered table-hover">
|
||||
<tr>
|
||||
<td class="small text-success text-uppercase text-normal">{$_L['Username']}</td>
|
||||
<td class="small mb15">{$_bill['username']}</td>
|
||||
<td class="small mb15">{$_user['username']}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="small text-success text-uppercase text-normal">{$_L['Password']}</td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue