From e7f5ecc2d01a7a9c956befe5fed145339f444fc0 Mon Sep 17 00:00:00 2001 From: Giuliano Zaro <3684609+GMagician@users.noreply.github.com> Date: Sun, 9 Feb 2025 18:32:53 +0100 Subject: [PATCH] Typo fix (#22973) Address #22957 --- tasmota/berry/modules/Partition_Wizard/partition_wizard.be | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasmota/berry/modules/Partition_Wizard/partition_wizard.be b/tasmota/berry/modules/Partition_Wizard/partition_wizard.be index e9555286b..3d50f4e51 100644 --- a/tasmota/berry/modules/Partition_Wizard/partition_wizard.be +++ b/tasmota/berry/modules/Partition_Wizard/partition_wizard.be @@ -266,7 +266,7 @@ class Partition_wizard_UI if max_fs_start_k > 0 && fs_max_size_k > 64 webserver.content_send("
 Resize FS 

") - webserver.content_send("

You can expand of shrink the file system.
Its content will be lost.

") + webserver.content_send("

You can expand or shrink the file system.
Its content will be lost.

") webserver.content_send("
")