wingbot 3.69.6 → 3.69.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wingbot",
3
- "version": "3.69.6",
3
+ "version": "3.69.7",
4
4
  "description": "Enterprise Messaging Bot Conversation Engine",
5
5
  "main": "index.js",
6
6
  "type": "commonjs",
@@ -69,4 +69,4 @@
69
69
  "axios": "^1.6.4",
70
70
  "handlebars": "^4.0.0"
71
71
  }
72
- }
72
+ }
@@ -219,7 +219,7 @@ function makeQuickReplies (replies, path = '', translate = (w) => w, quickReplyC
219
219
 
220
220
  const hasData = Object.keys(data).length !== 0;
221
221
  const hasSetState = setState && Object.keys(setState).length !== 0;
222
- const translatedTitle = translate(title);
222
+ const translatedTitle = translate(title, { quickReply: true });
223
223
 
224
224
  if (hasSetState) {
225
225
  // replace {{this}}