We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e15602a commit 58bca12Copy full SHA for 58bca12
packages/odie-client/src/constants.ts
@@ -29,10 +29,7 @@ export const ODIE_FORWARD_TO_ZENDESK_MESSAGE = __(
29
30
export const ODIE_TRANSFER_MESSAGE: Message[] = [
31
{
32
- content: __(
33
- "No problem. Help is on the way! I'm connecting you with one of our Happiness Engineers.",
34
- __i18n_text_domain__
35
- ),
+ content: __( 'No problem. Help is on the way!', __i18n_text_domain__ ),
36
role: 'bot',
37
type: 'message',
38
context: {
0 commit comments