fix: UI fixes
diff --git a/erpnext/templates/includes/transaction_row.html b/erpnext/templates/includes/transaction_row.html
index c3b717d..fd4835e 100644
--- a/erpnext/templates/includes/transaction_row.html
+++ b/erpnext/templates/includes/transaction_row.html
@@ -15,7 +15,7 @@
</div>
<div class="col-sm-3 text-right bold">
{% if doc.doctype == "Quotation" and not doc.docstatus %}
- {{ _("Pending For Approval") }}
+ {{ _("Pending") }}
{% else %}
{{ doc.get_formatted("grand_total") }}
{% endif %}