luci-app-dockerman: fix typos 6556/head
authorFelix Baumann <felix.bau@gmx.de>
Sat, 2 Sep 2023 22:49:55 +0000 (00:49 +0200)
committerFelix Baumann <felix.bau@gmx.de>
Sat, 2 Sep 2023 22:51:46 +0000 (00:51 +0200)
useage > usage

Signed-off-by: Felix Baumann <felix.bau@gmx.de>
applications/luci-app-dockerman/luasrc/model/cbi/dockerman/container.lua

index 5e3771aa467cb4214f18c8729cb4040295e098bb..f8329ba703080505d188ce9086555247633d54b6 100644 (file)
@@ -767,11 +767,11 @@ elseif action == "stats" then
                s.template = "dockerman/container_stats"
                table_stats = {
                        cpu={
-                               key=translate("CPU Useage"),
+                               key=translate("CPU Usage"),
                                value='-'
                        },
                        memory={
-                               key=translate("Memory Useage"),
+                               key=translate("Memory Usage"),
                                value='-'
                        }
                }