From 035d8d2a98e4fece6fdcdf8a81d6722d13ce58a4 Mon Sep 17 00:00:00 2001 From: ferny <116464667+fernyrepos@users.noreply.github.com> Date: Wed, 30 Aug 2023 02:15:54 -0400 Subject: [PATCH] Skyhigh173/json: reword replace item block for consistency (#984) --- extensions/Skyhigh173/json.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/Skyhigh173/json.js b/extensions/Skyhigh173/json.js index 8fe25e8f4c..5abb20245c 100644 --- a/extensions/Skyhigh173/json.js +++ b/extensions/Skyhigh173/json.js @@ -239,7 +239,7 @@ { opcode: "json_array_set", blockType: Scratch.BlockType.REPORTER, - text: "replace item [pos] of [json] to [item]", + text: "replace item [pos] of [json] with [item]", arguments: { item: { type: Scratch.ArgumentType.STRING,