Skip to content
This repository has been archived by the owner on Oct 25, 2021. It is now read-only.

Commit

Permalink
Update chat start/end messages
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaDelBuono committed Jul 31, 2019
1 parent d85df8b commit cdcdeaa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions assets/javascript/hmcts-webchat-busHandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -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?',
Expand Down
2 changes: 1 addition & 1 deletion assets/javascript/hmcts-webchat.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit cdcdeaa

Please sign in to comment.