ui cleanup
diff --git a/erpnext/public/js/pos/pos.html b/erpnext/public/js/pos/pos.html
index 54abf7e..e8a394c 100644
--- a/erpnext/public/js/pos/pos.html
+++ b/erpnext/public/js/pos/pos.html
@@ -90,9 +90,9 @@
<div class="col-sm-5 list-customers">
<div class="col-sm-12"><h6 class="form-section-heading uppercase">{{ __("Customers in Queue") }}</h6></div>
<div class="pos-list-row pos-bill-header">
- <div class="cell"><input class="list-select-all" type="checkbox">{{ __("Customer") }}</div>
+ <div class="cell subject"><input class="list-select-all" type="checkbox">{{ __("Customer") }}</div>
<div class="cell text-left">{{ __("Status") }}</div>
- <div class="cell text-right">{{ __("Paid Amount") }}</div>
+ <div class="cell text-right">{{ __("Amount") }}</div>
<div class="cell text-right">{{ __("Grand Total") }}</div>
</div>
<div class="list-customers-table border-left border-right border-bottom">