From 888d8cbbd912d3d05124e1fa44b9ec6deb69443b Mon Sep 17 00:00:00 2001 From: Corina Date: Mon, 4 Feb 2019 12:22:42 -0800 Subject: [PATCH] Fix ConnectivityStatus English copy --- packages/component/src/Localization/en-US.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/component/src/Localization/en-US.js b/packages/component/src/Localization/en-US.js index 190d94d74d..a737b7809d 100644 --- a/packages/component/src/Localization/en-US.js +++ b/packages/component/src/Localization/en-US.js @@ -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,