campaign tooltips 2

This commit is contained in:
yuri
2015-10-22 15:01:00 +03:00
parent 8345307760
commit 02cdf522f6
2 changed files with 7 additions and 3 deletions
@@ -42,6 +42,8 @@
"testSent": "Test email(s) supposed to be sent"
},
"tooltips": {
"optOutEntirely": "Email addresses of recipients that unsubscribed will be marked as opted out and they will not receive any mass emails anymore."
"optOutEntirely": "Email addresses of recipients that unsubscribed will be marked as opted out and they will not receive any mass emails anymore.",
"targetLists": "Targets that should receive messages.",
"excludingTargetLists": "Targets that should not receive messages."
}
}
@@ -46,10 +46,12 @@
},
"targetLists": {
"type": "linkMultiple",
"required": true
"required": true,
"tooltip": true
},
"excludingTargetLists": {
"type": "linkMultiple"
"type": "linkMultiple",
"tooltip": true
},
"inboundEmail": {
"type": "link"