Skip to content

Commit

Permalink
Fix ConnectivityStatus English copy
Browse files Browse the repository at this point in the history
  • Loading branch information
Corina committed Feb 4, 2019
1 parent 1abc93c commit 888d8cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/component/src/Localization/en-US.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ function xMinutesAgo(dateStr) {
}

export default {
FAILED_CONNECTION_NOTIFICATION: 'Web Chat is unable to connect.',
FAILED_CONNECTION_NOTIFICATION: 'Unable to connect.',
// Do not localize {Retry}; it is a placeholder for "Retry". English translation should be, "Send failed. Retry."
SEND_FAILED_KEY: 'Send failed. {Retry}.',
SLOW_CONNECTION_NOTIFICATION: 'Web Chat is taking longer than usual to connect.',
SLOW_CONNECTION_NOTIFICATION: 'Taking longer than usual to connect.',
'Bot said something': botSaidSomething,
'User said something': userSaidSomething,
'X minutes ago': xMinutesAgo,
Expand Down

0 comments on commit 888d8cb

Please sign in to comment.