From dc0ac2cc82de3eb241c557ba410359df8d218853 Mon Sep 17 00:00:00 2001 From: trafficlunar Date: Sat, 22 Feb 2025 18:00:06 +0000 Subject: [PATCH] refactor: change words "image" to "canvas" --- src/components/dialogs/SaveLitematic.tsx | 2 +- src/components/dialogs/SaveSchem.tsx | 2 +- src/pages/IndexPage.tsx | 4 +--- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/src/components/dialogs/SaveLitematic.tsx b/src/components/dialogs/SaveLitematic.tsx index 4db8b7b..a8de029 100644 --- a/src/components/dialogs/SaveLitematic.tsx +++ b/src/components/dialogs/SaveLitematic.tsx @@ -169,7 +169,7 @@ function SaveLitematic({ close, registerSubmit, dialogKeyHandler }: DialogProps) Save as .litematic - Save your image as a litematic + Save your canvas as a litematic
diff --git a/src/components/dialogs/SaveSchem.tsx b/src/components/dialogs/SaveSchem.tsx index b8ad29a..f1a0102 100644 --- a/src/components/dialogs/SaveSchem.tsx +++ b/src/components/dialogs/SaveSchem.tsx @@ -171,7 +171,7 @@ function SaveSchem({ close, registerSubmit, dialogKeyHandler }: DialogProps) { Save as .schem - Save your image as a .schem (Sponge Version 3) + Save your canvas as a .schem (Sponge Version 3)
diff --git a/src/pages/IndexPage.tsx b/src/pages/IndexPage.tsx index c8efbbb..cc78527 100644 --- a/src/pages/IndexPage.tsx +++ b/src/pages/IndexPage.tsx @@ -130,9 +130,7 @@ function IndexPage() {

See the difference

-

- Blockmatic lets you pick what blocks you want for the image and change versions from 1.6.1 to the latest version. -

+

Blockmatic lets you pick what blocks you want for the image and change versions.