[fix] space
diff --git a/erpnext/buying/doctype/purchase_order_item/purchase_order_item.json b/erpnext/buying/doctype/purchase_order_item/purchase_order_item.json
index de76c82..466300c 100755
--- a/erpnext/buying/doctype/purchase_order_item/purchase_order_item.json
+++ b/erpnext/buying/doctype/purchase_order_item/purchase_order_item.json
@@ -605,7 +605,7 @@
"ignore_xss_filter": 0,
"in_filter": 0,
"in_list_view": 1,
- "label": "Rate ",
+ "label": "Rate",
"length": 0,
"no_copy": 0,
"oldfieldname": "import_rate",
@@ -1465,7 +1465,7 @@
"issingle": 0,
"istable": 1,
"max_attachments": 0,
- "modified": "2016-08-26 04:41:17.371535",
+ "modified": "2016-09-22 05:46:00.860706",
"modified_by": "Administrator",
"module": "Buying",
"name": "Purchase Order Item",
diff --git a/erpnext/templates/pages/rfq.html b/erpnext/templates/pages/rfq.html
index b151987..a2b6a66 100644
--- a/erpnext/templates/pages/rfq.html
+++ b/erpnext/templates/pages/rfq.html
@@ -34,16 +34,16 @@
<div id="rfq-items">
<div class="row cart-item-header">
<div class="col-sm-5 col-xs-12">
- Items
+ {{ _("Items") }}
</div>
<div class="col-sm-2 col-xs-4 text-right">
- Qty
+ {{ _("Qty") }}
</div>
<div class="col-sm-2 col-xs-4 text-right">
- Rate
+ {{ _("Rate") }}
</div>
<div class="col-sm-3 col-xs-4 text-right">
- Amount
+ {{ _("Amount") }}
</div>
</div>
<hr>