diff --git a/shared/consts.js b/shared/consts.js index bb8832f..6d44f8b 100644 --- a/shared/consts.js +++ b/shared/consts.js @@ -74,6 +74,14 @@ const AVAILABLE_BARISTA_OPTIONS = [ shortTitle: "Mocha", title: "Mocha", description: "Whisked powdered green tea" + }, { + shortTitle: "Black Tea", + title: "Black Tea", + description: "Robust, bold, energizing, classic, versatile, comforting" + }, { + shortTitle: "Herbal Tea", + title: "Herbal Tea", + description: "Classic, diverse, hot beverage infused with leaves" }, { shortTitle: "Chai", title: "Chai", diff --git a/template-helpers/getTemplates.js b/template-helpers/getTemplates.js index bd662b5..fd24568 100644 --- a/template-helpers/getTemplates.js +++ b/template-helpers/getTemplates.js @@ -27,7 +27,7 @@ function getHelpPrivacyTemplate(numOptions, templateName) { "twilio/list-picker": { body, items, - "button": "Show Ingredients" + "button": "More Details" }, "twilio/text": { "body": body @@ -66,7 +66,7 @@ function getWrongOrderTemplate(numOptions, templateName) { "twilio/list-picker": { body, items, - "button": "Show Ingredients" + "button": "More Details" }, "twilio/text": { "body": body @@ -105,7 +105,7 @@ function getPostRegistrationTemplate(numOptions, templateName) { "twilio/list-picker": { body, items, - "button": "Show Ingredients" + "button": "More Details" }, "twilio/text": { "body": body