diff --git a/erpnext/accounts/doctype/cost_center/cost_center.json b/erpnext/accounts/doctype/cost_center/cost_center.json index 6177d35ced..ebba758963 100644 --- a/erpnext/accounts/doctype/cost_center/cost_center.json +++ b/erpnext/accounts/doctype/cost_center/cost_center.json @@ -66,7 +66,7 @@ "precision": "" }, { - "description": "Define Budget for this Cost Center. To set budget action, see Company Master", + "description": "Define Budget for this Cost Center. To set budget action, see \"Company Master\"", "fieldname": "sb1", "fieldtype": "Section Break", "label": "Budget", @@ -193,4 +193,4 @@ } ], "search_fields": "parent_cost_center, is_group" -} \ No newline at end of file +} diff --git a/erpnext/accounts/doctype/journal_entry/journal_entry.json b/erpnext/accounts/doctype/journal_entry/journal_entry.json index 249fcc46d3..4847a71ac2 100644 --- a/erpnext/accounts/doctype/journal_entry/journal_entry.json +++ b/erpnext/accounts/doctype/journal_entry/journal_entry.json @@ -310,7 +310,7 @@ "depends_on": "eval:doc.voucher_type == 'Write Off Entry'", "fieldname": "write_off_amount", "fieldtype": "Currency", - "label": "Write Off Amount <=", + "label": "Write Off Amount", "options": "Company:company:default_currency", "permlevel": 0, "print_hide": 1, @@ -503,4 +503,4 @@ "sort_field": "modified", "sort_order": "DESC", "title_field": "title" -} \ No newline at end of file +} diff --git a/erpnext/setup/doctype/features_setup/features_setup.json b/erpnext/setup/doctype/features_setup/features_setup.json index edc88e2800..861103cdbf 100644 --- a/erpnext/setup/doctype/features_setup/features_setup.json +++ b/erpnext/setup/doctype/features_setup/features_setup.json @@ -18,7 +18,7 @@ "permlevel": 0 }, { - "description": "To track items in sales and purchase documents with batch nos
Preferred Industry: Chemicals etc", + "description": "To track items in sales and purchase documents with batch nos.\"Preferred Industry: Chemicals etc\"", "fieldname": "fs_item_batch_nos", "fieldtype": "Check", "in_list_view": 1, @@ -139,14 +139,14 @@ "permlevel": 0 }, { - "description": "To enable Point of Sale features", + "description": "To enable \"Point of Sale\" features", "fieldname": "fs_pos", "fieldtype": "Check", "label": "Point of Sale", "permlevel": 0 }, { - "description": "To enable Point of Sale view", + "description": "To enable \"Point of Sale\" view", "fieldname": "fs_pos_view", "fieldtype": "Check", "label": "POS View", @@ -237,4 +237,4 @@ "write": 1 } ] -} \ No newline at end of file +}