Skip to content

Commit

Permalink
fixed again
Browse files Browse the repository at this point in the history
  • Loading branch information
CoolDevXD committed Aug 31, 2024
1 parent 70d3ca2 commit 253fa01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extensions/Cool_skratcher/abbreviations.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Name: Number Abbiviation!
// ID: cool_abbreviate
// ID: abbreviate
// Description: Adds blocks to convert any big number to way less text like: 1200000 -> 1.2M.
// By: cool_skratcher <https://scratch.mit.edu/users/cool_skratcher/>
// License: MIT
Expand All @@ -10,7 +10,7 @@
class Abbreviation {
getInfo() {
return {
id: "cool_abbreviate",
id: "abbreviate",
name: "Abbreviation!",
color1: "#9dd13d",
color2: "#8fbe37",
Expand Down

0 comments on commit 253fa01

Please sign in to comment.