Update sms_center.json
changed total words to total characters
diff --git a/erpnext/selling/doctype/sms_center/sms_center.json b/erpnext/selling/doctype/sms_center/sms_center.json
index e7af1a8..8910a2d 100644
--- a/erpnext/selling/doctype/sms_center/sms_center.json
+++ b/erpnext/selling/doctype/sms_center/sms_center.json
@@ -84,7 +84,7 @@
{
"fieldname": "total_words",
"fieldtype": "Int",
- "label": "Total Words",
+ "label": "Total Characters",
"permlevel": 0,
"read_only": 1
},
@@ -109,7 +109,7 @@
"idx": 1,
"in_create": 0,
"issingle": 1,
- "modified": "2014-05-09 02:16:41.375945",
+ "modified": "2014-05-09 02:17:41.375945",
"modified_by": "Administrator",
"module": "Selling",
"name": "SMS Center",
@@ -132,4 +132,4 @@
"read_only": 1,
"sort_field": "modified",
"sort_order": "DESC"
-}
\ No newline at end of file
+}