placeholders info

This commit is contained in:
yuri
2018-11-06 15:04:54 +02:00
parent f461f1968d
commit ef1c1d2a24
2 changed files with 3 additions and 1 deletions
@@ -27,6 +27,8 @@
"actual": "Actual"
},
"placeholderTexts": {
"today": "Today's date",
"now": "Current date & time",
"optOutUrl": "URL for an unsubsbribe link",
"optOutLink": "an unsubscribe link"
}
@@ -43,5 +43,5 @@
"filterList": [
"actual"
],
"placeholderList": ["optOutUrl", "optOutLink"]
"placeholderList": ["today", "now", "optOutUrl", "optOutLink"]
}