diff --git a/assets/javascript/hmcts-webchat-busHandler.js b/assets/javascript/hmcts-webchat-busHandler.js index ee7fb81..096af1c 100644 --- a/assets/javascript/hmcts-webchat-busHandler.js +++ b/assets/javascript/hmcts-webchat-busHandler.js @@ -8,8 +8,8 @@ if (!String.prototype.startsWith) { (function(root) { const str = { youAreNowChattingWith1: 'You are now chatting with', - youAreNowChattingWith2: ' {{agent}}. Please type in the window below to start your chat.', - agentDisconnected: 'This conversation has now ended. Click on the ribbon on the top right if you wish to save a copy of this chat.', + youAreNowChattingWith2: ' {{agent}}. Please type in the box below to start your chat.', + agentDisconnected: 'This chat has now ended. Click the ribbon on the top right if you wish to save a copy.', clickForOptions: 'Click for options', chatSessionEnded: 'Chat session has been ended.', confirmEndChat: 'Are you sure you want to end this chat conversation?', diff --git a/assets/javascript/hmcts-webchat.js b/assets/javascript/hmcts-webchat.js index 06e0b2b..61076fc 100644 --- a/assets/javascript/hmcts-webchat.js +++ b/assets/javascript/hmcts-webchat.js @@ -44,7 +44,7 @@ function parseText(text) { } function webchat_init(customParams) { - const version = '0.3.1'; + const version = '0.3.2'; const requiredParams = [ 'uuid', 'tenant', diff --git a/package.json b/package.json index 4c23b22..324fca7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hmcts/ctsc-web-chat", - "version": "0.3.1", + "version": "0.3.2", "description": "HMCTS CTSC Web Chat", "repository": { "type": "git",