email template label fix

This commit is contained in:
yuri
2015-11-04 10:58:44 +02:00
parent de68abfbb4
commit 61fd827dca
2 changed files with 3 additions and 2 deletions
@@ -6,7 +6,7 @@
"body": "Body",
"subject": "Subject",
"attachments": "Attachments",
"insertField": ""
"insertField": "Insert Field"
},
"links": {
},
@@ -12,7 +12,8 @@
[
{
"name":"insertField",
"view": "EmailTemplate.Fields.InsertField",
"view": "views/email-template/fields/insert-field",
"customLabel": "",
"fullWidth":true
}
],