hexabot/frontend/public/locales/en/chatbot_settings.json

14 lines
419 B
JSON
Raw Normal View History

{
"title": {
"chatbot_settings": "Chatbot"
},
"label": {
"global_fallback": "Enable Global Fallback?",
"fallback_message": "Fallback Message"
},
"help": {
"global_fallback": "Global fallback allows you to send custom messages when user entry does not match any of the block messages.",
"fallback_message": "If no fallback block is selected, then one of these messages will be sent."
}
}