commit | 6b12b07b3322d40c042d0bad1633e98ff1ca399b | [log] [tgz] |
---|---|---|
author | Anand Doshi <anand@erpnext.com> | Mon Mar 03 16:05:00 2014 +0530 |
committer | Anand Doshi <anand@erpnext.com> | Mon Mar 03 16:05:00 2014 +0530 |
tree | 02a5e12c0b9e2b5c137adf95c7ba03cd948fd560 | |
parent | f5794f1c0751224facb7fe88f1b384bb2497b2dc [diff] [blame] |
Fixes to Module Views
diff --git a/erpnext/config/support.py b/erpnext/config/support.py index 0914320..0b6e843 100644 --- a/erpnext/config/support.py +++ b/erpnext/config/support.py
@@ -48,7 +48,8 @@ "items": [ { "type": "doctype", - "name": "Support Email Settings", + "name": "Email Settings", + "label": _("Support Email Settings"), "description": _("Setup incoming server for support email id. (e.g. support@example.com)") }, ]