We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e268bf0 commit 8b6fee1Copy full SHA for 8b6fee1
packages/odie-client/src/components/message/messages-container.tsx
@@ -150,7 +150,7 @@ export const MessagesContainer = ( { currentUser }: ChatMessagesProps ) => {
150
{ chat.provider === 'odie' && chat.status === 'transfer' && (
151
<ThinkingPlaceholder
152
content={
153
- __( 'Connecting to a live agent…', __i18n_text_domain__ ) +
+ __( 'Connecting to the support team…', __i18n_text_domain__ ) +
154
( isTestMode ? ' (ZENDESK STAGING)' : '' )
155
}
156
/>
0 commit comments