Don’t use a variable in formatMessage

This commit is contained in:
Eric Rosenbaum 2019-01-23 17:56:38 -05:00
parent 98b92be2d7
commit 09daeb53a1

View file

@ -265,7 +265,7 @@ class Scratch3Text2SpeechBlocks {
if (this.isSupportedLanguage(this.getEditorLanguage())) { if (this.isSupportedLanguage(this.getEditorLanguage())) {
defaultTextToSpeak = formatMessage({ defaultTextToSpeak = formatMessage({
id: 'text2speech.defaultTextToSpeak', id: 'text2speech.defaultTextToSpeak',
default: defaultTextToSpeak, default: 'hello',
description: 'hello: the default text to speak' description: 'hello: the default text to speak'
}); });
} }