From b45fd4f541b91ab48130448a61472ac50efc85d2 Mon Sep 17 00:00:00 2001 From: blakadder Date: Mon, 25 Apr 2022 14:54:45 +0200 Subject: [PATCH] Update partition.be fix typo --- tasmota/berry/modules/partition.be | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasmota/berry/modules/partition.be b/tasmota/berry/modules/partition.be index b1990ea86..d81a9950d 100644 --- a/tasmota/berry/modules/partition.be +++ b/tasmota/berry/modules/partition.be @@ -532,8 +532,8 @@ class Partition_manager_UI webserver.content_send(string.format("

Used: %i KB

", used / 1024)) webserver.content_send(string.format("

Free: %i KB

", (slot.size - used) / 1024)) else - webserver.content_send("

Used: unknwon

") - webserver.content_send("

Free: unknwon

") + webserver.content_send("

Used: unknown

") + webserver.content_send("

Free: unknown

") end if !active && used > 0 webserver.content_send("