Skip to content

Commit

Permalink
lab/text: Fix typo (#1438)
Browse files Browse the repository at this point in the history
Fixes #1434
  • Loading branch information
Sihan authored May 4, 2024
1 parent a3cac72 commit 1e2a11d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/lab/text.js
Original file line number Diff line number Diff line change
Expand Up @@ -1337,7 +1337,7 @@
const popup = Scratch.translate({
id: "disableCompatibilityMode",
default:
"This will enable new blocks and features that WILL NOT WORK in the offical Scratch Lab.\n\nDo you wish to continue?",
"This will enable new blocks and features that WILL NOT WORK in the official Scratch Lab.\n\nDo you wish to continue?",
});
if (confirm(popup)) {
compatibilityMode = false;
Expand Down

0 comments on commit 1e2a11d

Please sign in to comment.