diff --git a/packages/bundle/src/createCognitiveServicesSpeechServicesPonyfillFactory.js b/packages/bundle/src/createCognitiveServicesSpeechServicesPonyfillFactory.js index ea30acd613..f2be67ed9e 100644 --- a/packages/bundle/src/createCognitiveServicesSpeechServicesPonyfillFactory.js +++ b/packages/bundle/src/createCognitiveServicesSpeechServicesPonyfillFactory.js @@ -19,7 +19,7 @@ export default function createCognitiveServicesSpeechServicesPonyfillFactory({ }) { if (!credentials && (authorizationToken || region || subscriptionKey)) { console.warn( - 'botframework-webchat: "authorizationToken", "region", and "subscriptionKey" are being deprecated and will be removed on or after 2019-12-17. Please use "credentials" instead.' + 'botframework-webchat: "authorizationToken", "region", and "subscriptionKey" are being deprecated and will be removed on or after 2020-12-17. Please use "credentials" instead.' ); credentials = async () => {