Skip to content

Commit

Permalink
Translations of file blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
klein0r committed Mar 26, 2024
1 parent 04a9760 commit 95714ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/public/google-blockly/own/blocks_action.js
Expand Up @@ -519,7 +519,7 @@ Blockly.Blocks['file_data'] = {
if (legal) {
this.setWarningText(null, this.id);
} else {
this.setWarningText(Blockly.Translate('http_response_warning'), this.id);
this.setWarningText(Blockly.Translate('file_data_warning'), this.id);
}
},
/**
Expand Down
3 changes: 2 additions & 1 deletion src/public/google-blockly/own/blocks_words.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 95714ba

Please sign in to comment.