mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-23 06:23:37 -05:00
Don’t use a variable in formatMessage
This commit is contained in:
parent
98b92be2d7
commit
09daeb53a1
1 changed files with 1 additions and 1 deletions
|
@ -265,7 +265,7 @@ class Scratch3Text2SpeechBlocks {
|
|||
if (this.isSupportedLanguage(this.getEditorLanguage())) {
|
||||
defaultTextToSpeak = formatMessage({
|
||||
id: 'text2speech.defaultTextToSpeak',
|
||||
default: defaultTextToSpeak,
|
||||
default: 'hello',
|
||||
description: 'hello: the default text to speak'
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue