Skip to content

Commit 58bca12

Browse files
authored
Odie: Update transfer to Happiness message (#103765)
Since Happiness want to manage the messages from Zendesk for more control, let's shorten the transfer message. the transfer message.
1 parent e15602a commit 58bca12

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

packages/odie-client/src/constants.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,7 @@ export const ODIE_FORWARD_TO_ZENDESK_MESSAGE = __(
2929

3030
export const ODIE_TRANSFER_MESSAGE: Message[] = [
3131
{
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-
),
32+
content: __( 'No problem. Help is on the way!', __i18n_text_domain__ ),
3633
role: 'bot',
3734
type: 'message',
3835
context: {

0 commit comments

Comments
 (0)