local-one-widget-plugins
Version:
Plugins for ACE Knowledge One Widget integrations with ACE Contact Centre
20 lines • 727 B
JavaScript
export default {
chatStarting: 'The chat is starting...',
chatHeader: 'Chat',
chatHeaderClosed: 'The chat conversation has ended',
quitTooltip: 'End chat',
emailSent: 'Email sent.',
emailMessage: 'It was not possible to send an email to you.',
errorMessage: 'Something went wrong',
inputPlaceholder: 'Write your message here...',
emailPrompt: 'You can have the conversation sent to you.',
emailLabel: 'Your email address',
emailPlaceholder: 'Email address',
emailSkip: 'No thanks',
emailSubmit: 'Send',
quitChat: 'End chat',
quitChatConfirm: 'Are you sure you want to end the chat conversation?',
quitChatYes: 'Yes',
quitChatNo: 'No'
};
//# sourceMappingURL=defaultChatConversationTexts.js.map