Skip to content

Commit 79b06a3

Browse files
authored
Update WidgetBlocks.js
use lowercase for user-facing string
1 parent a5b7cf2 commit 79b06a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/blocks/WidgetBlocks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1430,7 +1430,7 @@ function setupWidgetBlocks(activity) {
14301430
[20, "right", 0, 0, [18, 21, 22]],
14311431
[21, ["number", { value: 90 }], 0, 0, [20]],
14321432
[22, "print", 0, 0, [20, 23, 24]],
1433-
[23, ["text", { "value": _("Lyrics") }], 0, 0, [22]],
1433+
[23, ["text", { "value": _("lyrics") }], 0, 0, [22]],
14341434
[24, "rhythm2", 0, 0, [22, 25, 26, 29]],
14351435
[25, ["number", { value: 6 }], 0, 0, [24]],
14361436
[26, "divide", 0, 0, [24, 27, 28]],

0 commit comments

Comments
 (0)