Commit ef64adba authored by Emiliano Balbuena's avatar Emiliano Balbuena

(fix): Styling and language

1 merge request!652(feat): Withdrawal status support
Pipeline #95653303 passed with stages
in 37 minutes and 54 seconds
......@@ -111,8 +111,8 @@
class="m-admin-withdrawals__notice"
*ngIf="!inProgress && !withdrawals?.length"
>
No withdrawals to show. You can access a user's withdrawal ledger by using
the admin drop-down on their channel.
No withdrawals to show. You can access a user's ledger by using the admin
drop-down on their channel.
</div>
<infinite-scroll
......
......@@ -85,7 +85,7 @@
.m-admin-withdrawals__notice {
max-width: 600px;
margin: 32px 0;
margin: 32px auto;
padding: 16px;
border: 1px solid;
border-radius: 4px;
......
Please register or to comment